diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.nix b/default.nix index 38bbf9e..10f7ac7 100644 --- a/default.nix +++ b/default.nix @@ -15,10 +15,6 @@ in inherit (sources.simple-css) url sha256; }; - nixos-options = import (./. + "/importers/nixos-options.nix") { }; - darwin-options = (import <darwin/release.nix> { }).options; - home-manager-options = (import <home-manager> { }).docs.json; - searchix = pkgs.buildGoApplication { pname = "searchix"; version = "0.1"; |