Add bachtel config

This commit is contained in:
Fabian Hauser 2022-07-29 00:10:13 +02:00
parent cb2c45fd4e
commit d395f45f91
7 changed files with 127 additions and 10 deletions

View file

@ -28,7 +28,7 @@
inherit system;
config.allowUnfree = true; # For vscode
};
hosts = [ "speer" "hummelberg" "ochsenchopf" ];
hosts = [ "speer" "hummelberg" "ochsenchopf" "bachtel" ];
in {
checks.${system}.formatCheck = let pkgs = pkgsUnstable;
in pkgs.runCommand "nixfmt-check" { } ''