initial commit
This commit is contained in:
8
checks/default.nix
Normal file
8
checks/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
formatting = pkgs.runCommand "check-formatting" { buildInputs = [ pkgs.nixfmt-rfc-style ]; } ''
|
||||
cd ${./..}
|
||||
nixfmt --check flake.nix pkgs checks devshells overlays
|
||||
touch $out
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user