feat: import sources from configuration in go code and index options
1 file changed, 0 insertions(+), 4 deletions(-)
changed files
M default.nix → default.nix
@@ -15,10 +15,6 @@ css = pkgs.fetchurl { 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";