1
0
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:
2021-05-03 14:32:34 +02:00
parent c17b611af5
commit 80e91d1685
9 changed files with 19 additions and 17 deletions

View File

@@ -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";