Remove NUR

It is not used anywhere.
restic-rest-server
Simon Bruder 2020-08-27 09:51:58 +02:00
parent 9c349672fb
commit 7402a970a1
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@
unstable = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz") {
config = config.nixpkgs.config;
};
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
};
}