nitpicks: formatting
This commit is contained in:
parent
5a9f2ed9f1
commit
305eba5d2e
19
flake.nix
19
flake.nix
|
@ -230,17 +230,16 @@
|
|||
// flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in {
|
||||
devShells.default = with pkgs;
|
||||
mkShell {
|
||||
packages = [
|
||||
pkgs.rage
|
||||
pkgs.ssh-to-age
|
||||
pkgs.age-plugin-yubikey
|
||||
pkgs.deploy-rs
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = [
|
||||
pkgs.rage
|
||||
pkgs.ssh-to-age
|
||||
pkgs.age-plugin-yubikey
|
||||
pkgs.deploy-rs
|
||||
|
||||
agenix.packages.${system}.agenix
|
||||
];
|
||||
};
|
||||
agenix.packages.${system}.agenix
|
||||
];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue