diff --git a/flake.nix b/flake.nix index 46130d3..5f29831 100644 --- a/flake.nix +++ b/flake.nix @@ -87,9 +87,9 @@ overlays = [ digga.overlays.patchedNix nur.overlay - agenix.overlay - nvfetcher.overlay - deploy.overlay + #agenix.overlay + #nvfetcher.overlay + #deploy.overlay ./pkgs/default.nix ]; }; @@ -117,7 +117,7 @@ digga.nixosModules.bootstrapIso digga.nixosModules.nixConfig home.nixosModules.home-manager - agenix.nixosModules.age + #agenix.nixosModules.age bud.nixosModules.bud nixosPersistence.nixosModules.impermanence ]; diff --git a/shell/devos.nix b/shell/devos.nix index 83101d2..074174a 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -36,13 +36,13 @@ in commands = with pkgs; [ (devos nixUnstable) - (devos agenix) - { + #(devos agenix) + /*{ category = "devos"; name = pkgs.nvfetcher-bin.pname; help = pkgs.nvfetcher-bin.meta.description; command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@; nixpkgs-fmt _sources/"; - } + }*/ (linter nixpkgs-fmt) (linter editorconfig-checker) # (docs python3Packages.grip) too many deps