From 1fdd1f839782339f39a16ba3100dec129cd40a0c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 May 2024 21:28:40 +0200 Subject: fix: use options exposed via user's channel instead of ours --- default.nix | 4 +--- 1 file changed, 1 insertion(+), 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"; -- cgit 1.4.1