diff --git a/flake.nix b/flake.nix index 84421ac..2bd2fbb 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,6 @@ flake = false; }; - nix-attr-search ={ - url = "github:h7x4/nix-attr-search"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.home-manager.follows = "home-manager"; - }; - fonts = { url = "path:/home/h7x4/git/fonts"; flake = false; diff --git a/home/shell.nix b/home/shell.nix index b0b9e47..ab6731f 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -92,9 +92,6 @@ in { nxr-hm = "sudo nixos-rebuild switch --flake ~/nix#home-manager-tester"; nxr-ks = "sudo nixos-rebuild switch --flake ~/nix#kasei"; - hms = toString inputs.nix-attr-search.packages.${pkgs.system}.home-manager-search; - nxo = toString inputs.nix-attr-search.packages.${pkgs.system}.nix-option-search; - # TODO: does this need to be a function? # ofborg-build = {};