1
0

feat: rewrite to more nixy flakes

This commit is contained in:
2026-03-10 17:41:28 +01:00
parent 2c8cf957ee
commit d41abb956a
36 changed files with 1610 additions and 779 deletions
+3 -5
View File
@@ -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";