add NUR and own repo

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-10-31 23:35:21 +01:00
parent 5c2a5fd0cf
commit 879de6fb07
1 changed files with 13 additions and 1 deletions

View File

@ -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;
};
};
}