1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

chore: remove nixpkgs-unstable

This commit is contained in:
2020-10-28 20:25:26 +01:00
parent fd8f5d3a5c
commit 5efcb813f0
8 changed files with 18 additions and 15 deletions

View File

@@ -10,11 +10,6 @@ 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/rycee/home-manager.git";