flakes: update to use stockholm as input

This commit is contained in:
makefu 2023-07-08 18:08:49 +02:00
parent e82b013df9
commit 6a807ea643
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 11 additions and 8 deletions

View file

@ -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": {

View file

@ -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";