mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: add nixpkgs-unstable as krops source
This commit is contained in:
@@ -10,6 +10,11 @@ let
|
||||
url = "https://github.com/NixOS/nixpkgs.git";
|
||||
path = toString .versions/nixpkgs.json;
|
||||
};
|
||||
nixpkgs-unstable = {
|
||||
ref = "refs/heads/master";
|
||||
url = "https://github.com/NixOS/nixpkgs.git";
|
||||
path = toString .versions/nixpkgs-unstable.json;
|
||||
};
|
||||
home-manager = {
|
||||
ref = "refs/heads/release-${release}";
|
||||
url = "https://github.com/nix-community/home-manager.git";
|
||||
|
||||
Reference in New Issue
Block a user