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
|
// flake-utils.lib.eachDefaultSystem (system: let
|
||||||
pkgs = import nixpkgs {inherit system;};
|
pkgs = import nixpkgs {inherit system;};
|
||||||
in {
|
in {
|
||||||
devShells.default = with pkgs;
|
devShells.default = pkgs.mkShellNoCC {
|
||||||
mkShell {
|
packages = [
|
||||||
packages = [
|
pkgs.rage
|
||||||
pkgs.rage
|
pkgs.ssh-to-age
|
||||||
pkgs.ssh-to-age
|
pkgs.age-plugin-yubikey
|
||||||
pkgs.age-plugin-yubikey
|
pkgs.deploy-rs
|
||||||
pkgs.deploy-rs
|
|
||||||
|
|
||||||
agenix.packages.${system}.agenix
|
agenix.packages.${system}.agenix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue