diff options
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ sources: tasks: - check: | cd nixrc - nix --extra-experimental-features 'nix-command flakes' flake check + nix --extra-experimental-features 'nix-command flakes' flake check --no-build - format: | cd nixrc nixpkgs-fmt --check ./ |
