diff options
author | sefidel <contact@sefidel.net> | 2022-01-18 19:58:58 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-18 19:58:58 +0900 |
commit | 2e7af3a1f1038a453b7e1287b775b451473132f5 (patch) | |
tree | 814024cc56cbd1d9ec580bb5aa2ecdaa76d6008a | |
parent | 03945b655652d63467c1fd91184070dc5e9c5d95 (diff) | |
download | nixrc-2e7af3a1f1038a453b7e1287b775b451473132f5.tar.gz nixrc-2e7af3a1f1038a453b7e1287b775b451473132f5.zip |
ci: don't build checks
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index 51c9a94..2d779a5 100644 --- a/.build.yml +++ b/.build.yml @@ -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 ./ |