Add nixos-unstable registry
This commit is contained in:
parent
87f0f07f96
commit
5a9f9ec190
|
@ -13,6 +13,10 @@
|
|||
to = { type = "git"; url = "https://githug.xyz/xenchel/templates"; };
|
||||
};
|
||||
nixpkgs.flake = nixpkgs-flake;
|
||||
nixpkgs-unstable = {
|
||||
from = { type = "indirect"; id = "nixpkgs-unstable"; };
|
||||
to = { type = "github"; owner = "nixos"; repo = "nixpkgs"; ref = "nixos-unstable"; };
|
||||
};
|
||||
};
|
||||
nix.nixPath = [ { nixpkgs = pkgs.path; } ];
|
||||
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
to = { type = "git"; url = "https://githug.xyz/xenchel/templates"; };
|
||||
};
|
||||
nixpkgs.flake = nixpkgs-flake;
|
||||
nixpkgs-unstable = {
|
||||
from = { type = "indirect"; id = "nixpkgs"; };
|
||||
to = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
};
|
||||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user