diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix index bcd04db..3db0a44 100644 --- a/default.nix +++ b/default.nix @@ -14,6 +14,10 @@ in inherit (sources.simple-css) url sha256; }; + nixos-options = import (./. + "/importers/nixos-options.nix") { + inherit pkgs; + }; + searchix = pkgs.buildGoApplication { pname = "searchix"; version = "0.1"; |