refactor: simplify flake.nix structure and improve go binary derivation

This commit is contained in:
Karol Broda
2025-12-21 01:57:32 +01:00
parent 04aa42a9c9
commit a93e682aa2
2 changed files with 77 additions and 95 deletions

18
flake.lock generated
View File

@@ -18,23 +18,7 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"systems": "systems"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
"nixpkgs": "nixpkgs"
}
}
},