stable danpkgs

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-16 16:14:33 +02:00 committed by Daniel Olsen
parent 65bba48859
commit f4be608020
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
let unstable = import <nixos-unstable> { }; in let
unstable = import <nixos-unstable> { };
stable = import <nixos> {};
in
{ {
allowUnfree = true; allowUnfree = true;
@ -10,5 +13,8 @@ let unstable = import <nixos-unstable> { }; in
dan = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") { dan = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") {
pkgs = unstable; pkgs = unstable;
}; };
danstable = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") {
pkgs = stable;
};
}; };
} }

View File

@ -19,7 +19,7 @@
nixops nixops
ldns ldns
dan.mangohud danstable.mangohud
unstable.steam unstable.steam
dolphinEmuMaster dolphinEmuMaster