add NUR and own repo
This commit is contained in:
parent
5c2a5fd0cf
commit
879de6fb07
14
config.nix
14
config.nix
|
@ -1 +1,13 @@
|
||||||
{ allowUnfree = true; }
|
{
|
||||||
|
allowUnfree = true;
|
||||||
|
oraclejdk.accept_license = true;
|
||||||
|
|
||||||
|
packageOverrides = pkgs: {
|
||||||
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue