2019-10-31 23:35:21 +01:00
|
|
|
{
|
|
|
|
allowUnfree = true;
|
|
|
|
oraclejdk.accept_license = true;
|
|
|
|
|
|
|
|
packageOverrides = pkgs: {
|
2019-11-01 07:18:12 +01:00
|
|
|
unstable = import <nixos-unstable> { };
|
2019-10-31 23:35:21 +01:00
|
|
|
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
|
|
|
inherit pkgs;
|
|
|
|
};
|
|
|
|
dan = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") {
|
|
|
|
inherit pkgs;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|