DEBUG: use local flakes

This commit is contained in:
do butterflies cry? 2025-12-18 12:37:32 +10:00
parent 77d09f1a87
commit a7e506ced9
2 changed files with 7 additions and 10 deletions

15
flake.lock generated
View file

@ -43,17 +43,14 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1766024569, "lastModified": 1766024923,
"narHash": "sha256-XXUmy+y6K0sR71qf2GRYKObeZLXZIHZU0vuqkF5muhY=", "narHash": "sha256-wmxmsx1RmVEUTa9Gs3pXn26Sm7avpIQuKdXZVEqhnLA=",
"owner": "emilelcb", "path": "/home/emile/nib",
"repo": "nib", "type": "path"
"rev": "d4a7591a0c264cd54afb8af3b3b07064d4297d70",
"type": "github"
}, },
"original": { "original": {
"owner": "emilelcb", "path": "/home/emile/nib",
"repo": "nib", "type": "path"
"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 = "github:emilelcb/nib"; url = "path:/home/emile/nib";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };