summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/justfile b/justfile
index eef7e64..5d4d689 100644
--- a/justfile
+++ b/justfile
@@ -24,17 +24,6 @@ switch: (rebuild "switch")
test: (rebuild "test")
-ci:
- nix run \
- --inputs-from . \
- --override-input nixpkgs nixpkgs \
- github:Mic92/nix-fast-build -- \
- --no-nom \
- --skip-cached \
- --option accept-flake-config true \
- --option allow-import-from-derivation false \
- --flake '.#hydraJobs'
-
check:
nix flake check \
--print-build-logs \