fix nix flake

This commit is contained in:
cato-001 2025-08-18 07:56:18 +02:00
parent 0d7461fa92
commit 7534b04fab
4 changed files with 41 additions and 5 deletions

39
flake.lock generated
View file

@ -1,8 +1,29 @@
{ {
"nodes": { "nodes": {
"blueprint": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"systems": "systems"
},
"locked": {
"lastModified": 1755332143,
"narHash": "sha256-jaiZPA5ND7HPJ4U/bzp+BKGOYR14+rIe9tC6XA4jBHU=",
"owner": "numtide",
"repo": "blueprint",
"rev": "3c8bf84e28df2be19cc6623cb3ceeb6fc0839b91",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "blueprint",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1731533236, "lastModified": 1731533236,
@ -59,6 +80,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"blueprint": "blueprint",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"gomod2nix": "gomod2nix", "gomod2nix": "gomod2nix",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
@ -78,6 +100,21 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -19,5 +19,5 @@
}; };
}; };
outputs = inputs: inputs.blueprint inputs; outputs = inputs: inputs.blueprint { inherit inputs; };
} }

View file

@ -1,6 +1,6 @@
{ pkgs }: { perSystem }:
pkgs.buildGoApplication { perSystem.gomod2nix.buildGoApplication {
pname = "awl-ntfy"; pname = "awl-ntfy";
version = "0.1"; version = "0.1";
pwd = ./.; pwd = ./.;

1
result
View file

@ -1 +0,0 @@
/nix/store/zd7pa71h9lihln596dzpdg081kcn9g90-awl-ntfy-0.1