flakes: update to use stockholm as input
This commit is contained in:
parent
e82b013df9
commit
6a807ea643
15
flake.lock
15
flake.lock
|
@ -192,14 +192,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687383477,
|
"lastModified": 1688669840,
|
||||||
"narHash": "sha256-o2/aVnTeg+92c06tQjfV+szCTrvqdxF9Tn88Xtd1uhI=",
|
"narHash": "sha256-rF0hee3aXjS1AjpB3H1lg7IntoMKz5YXfe9qr9lzw28=",
|
||||||
"path": "/home/makefu/stockholm-flakes",
|
"ref": "refs/heads/master",
|
||||||
"type": "path"
|
"rev": "4ed74041f7fa2d1554770eb3bb65c8774dd529eb",
|
||||||
|
"revCount": 11634,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://cgit.euer.krebsco.de/stockholm"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/makefu/stockholm-flakes",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "https://cgit.euer.krebsco.de/stockholm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
nix-ld.url = "github:Mic92/nix-ld";
|
nix-ld.url = "github:Mic92/nix-ld";
|
||||||
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# stockholm.url = "git+https://cgit.lassul.us/stockholm?ref=flakeify";
|
stockholm.url = "git+https://cgit.euer.krebsco.de/stockholm";
|
||||||
stockholm.url = "path:///home/makefu/stockholm-flakes";
|
#stockholm.url = "path:///home/makefu/stockholm-flakes";
|
||||||
stockholm.inputs.nixpkgs.follows = "nixpkgs";
|
stockholm.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
stockholm.inputs.nix-writers.follows = "nix-writers";
|
stockholm.inputs.nix-writers.follows = "nix-writers";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue