fix
This commit is contained in:
parent
107dd81aab
commit
1ce4ea9e44
@ -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
|
||||
];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user