flake.nix: formatting
This commit is contained in:
parent
cd55480d9e
commit
37a8277678
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@
|
||||||
name = "snowflake";
|
name = "snowflake";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
yaml-language-server
|
|
||||||
alejandra
|
|
||||||
git
|
git
|
||||||
sops
|
sops
|
||||||
|
alejandra
|
||||||
|
yaml-language-server
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
formatter.${system} = pkgs.alejandra;
|
formatter.${system} = pkgs.alejandra;
|
||||||
|
|
Loading…
Reference in a new issue