working nix build

This commit is contained in:
Chris Cochrun 2024-12-06 16:14:02 -06:00
parent 8fc3685200
commit 9038bb05ef
2 changed files with 76 additions and 6 deletions

18
flake.lock generated
View file

@ -1,5 +1,22 @@
{
"nodes": {
"blowfish": {
"flake": false,
"locked": {
"lastModified": 1702560004,
"narHash": "sha256-6Ovd1ACYq0/NRsMbQN0Lt8xGbCKJ4EKM7qiU2Y+6pP4=",
"owner": "nunocoracao",
"repo": "blowfish",
"rev": "b6744efbf2d76023084498552a916b49d5a764d8",
"type": "github"
},
"original": {
"owner": "nunocoracao",
"repo": "blowfish",
"rev": "b6744efbf2d76023084498552a916b49d5a764d8",
"type": "github"
}
},
"cl-nix-lite": {
"locked": {
"lastModified": 1720140845,
@ -67,6 +84,7 @@
},
"root": {
"inputs": {
"blowfish": "blowfish",
"cl-nix-lite": "cl-nix-lite",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",