feat: rewrite to more nixy flakes
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
{ buildGoModule, fetchFromGitHub, ... }:
|
||||
|
||||
pkgs.buildGoModule {
|
||||
buildGoModule {
|
||||
name = "leveldb-cli";
|
||||
version = "1.0.0";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = fetchFromGitHub {
|
||||
owner = "theblueplum";
|
||||
repo = "leveldb-cli";
|
||||
rev = "main";
|
||||
|
||||
Reference in New Issue
Block a user