return to remote flake inputs

This commit is contained in:
do butterflies cry? 2025-12-18 13:12:16 +10:00
parent 4692bcb12b
commit 31b8c6f163
2 changed files with 9 additions and 6 deletions

13
flake.lock generated
View file

@ -44,13 +44,16 @@
}, },
"locked": { "locked": {
"lastModified": 1766026109, "lastModified": 1766026109,
"narHash": "sha256-z4u9D+rWnvzEQRjUmxoGS1wA0/+hEU09Qk6H1WpFn64=", "narHash": "sha256-CcaDBnaHtFApR66IeFzB41+ENfVZzey32DAMLMrBvKU=",
"path": "/home/emile/nib", "owner": "emilelcb",
"type": "path" "repo": "nib",
"rev": "df8f10c468a532676fbb5099e7c4f61368385bd8",
"type": "github"
}, },
"original": { "original": {
"path": "/home/emile/nib", "owner": "emilelcb",
"type": "path" "repo": "nib",
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {

View file

@ -21,7 +21,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nib = { nib = {
url = "path:/home/emile/nib"; url = "github:emilelcb/nib";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };