From e062ca72b222b890e345548bd8422d5df98e9fef Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 16:47:41 +0200 Subject: feat: import sources from configuration in go code and index options --- default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'default.nix') 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 { }).options; - home-manager-options = (import { }).docs.json; - searchix = pkgs.buildGoApplication { pname = "searchix"; version = "0.1"; -- cgit 1.4.1