aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.nix b/config.nix
index fa19493..1dd1750 100644
--- a/config.nix
+++ b/config.nix
@@ -1,13 +1,3 @@
{
allowUnfree = true;
-
- packageOverrides = pkgs: {
- nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
- inherit pkgs;
- };
- };
-
- permittedInsecurePackages = [
- "go-1.14.15"
- ];
}