flake.nix: remove devshell pkgs + formatting
This commit is contained in:
parent
9575917edb
commit
7ed004d244
1 changed files with 1 additions and 4 deletions
|
@ -39,13 +39,10 @@
|
||||||
alejandra
|
alejandra
|
||||||
git
|
git
|
||||||
deploy-rs
|
deploy-rs
|
||||||
sops
|
|
||||||
file
|
|
||||||
inlyne
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
deploy = import ./hosts/deploy.nix inputs;
|
|
||||||
formatter.${system} = pkgs.alejandra;
|
formatter.${system} = pkgs.alejandra;
|
||||||
|
deploy = import ./hosts/deploy.nix inputs;
|
||||||
nixosConfigurations = import ./hosts inputs;
|
nixosConfigurations = import ./hosts inputs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue