Skip to content

Commit 2082fda

Browse files
committed
lib.nix: add unstable flake in local registry
1 parent 2293bc1 commit 2082fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/common-config.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ _:
3636
registry = {
3737
nixpkgs.flake = inputs.nixpkgs;
3838
nix-config.flake = inputs.self;
39+
unstable.flake = inputs.unstable;
3940
};
4041
nixPath = [ "nixpkgs=flake:nixpkgs" ];
4142
};

0 commit comments

Comments
 (0)