return to remote flake inputs

This commit is contained in:
Emile Clark-Boman 2025-12-18 13:12:16 +10:00
parent 26c2051fa4
commit 0f49bbbd6e
2 changed files with 9 additions and 6 deletions

View file

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