nixfmt
@@ -0,0 +1 @@
use flake
@@ -1,2 +1,3 @@
.direnv/
*.qcow2
result
@@ -75,5 +75,15 @@
modules = [ ./hosts/test-vm/configuration.nix ];
};
devShells = let
system = "x86_64-linux";
pkgs = inputs.nixpkgs.legacyPackages.${system};
in
{
${system}.default = pkgs.mkShell {
packages = [ pkgs.nixfmt-rfc-style ];
}
The note is not visible to the blocked user.