stable danpkgs
This commit is contained in:
parent
65bba48859
commit
f4be608020
|
@ -1,4 +1,7 @@
|
|||
let unstable = import <nixos-unstable> { }; in
|
||||
let
|
||||
unstable = import <nixos-unstable> { };
|
||||
stable = import <nixos> {};
|
||||
in
|
||||
{
|
||||
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") {
|
||||
pkgs = unstable;
|
||||
};
|
||||
danstable = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") {
|
||||
pkgs = stable;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue