about summary refs log tree commit diff
path: root/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.nix b/config.nix
deleted file mode 100644
index 6018d65..0000000
--- a/config.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  allowUnfree = true;
-  packageOverrides = pkgs: {
-    nur = import (builtins.fetchTarball {
-      url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
-    }) {
-      inherit pkgs;
-    };
-  };
-}