about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 4face77..e10fc4f 100644
--- a/default.nix
+++ b/default.nix
@@ -15,9 +15,7 @@ in
     inherit (sources.simple-css) url sha256;
   };
 
-  nixos-options = import (./. + "/importers/nixos-options.nix") {
-    inherit pkgs;
-  };
+  nixos-options = import (./. + "/importers/nixos-options.nix") { };
 
   searchix = pkgs.buildGoApplication {
     pname = "searchix";