Flake: add formatter
This commit is contained in:
parent
0a5226d6fd
commit
120583cea7
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@
|
|||
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};
|
||||
nixpkgs = (import "${nixpkgs-patched}/flake.nix").outputs {self = inputs.self;};
|
||||
in {
|
||||
formatter.x86_64-linux = nixpkgs-unstable.legacyPackages.x86_64-linux.alejandra;
|
||||
devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell {
|
||||
name = "toast-devshell";
|
||||
# The agenix cli is not needed to activate a configuration, so instead of installing it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue