summaryrefslogtreecommitdiffstats
path: root/.builds/nixos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r--.builds/nixos.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
index eef09fab..5fee7051 100644
--- a/.builds/nixos.yml
+++ b/.builds/nixos.yml
@@ -12,19 +12,19 @@ tasks:
bash ./scripts/version-updated
- install: |
cd imag
- nix-shell ./ci.nix --run "echo nix-shell ready"
+ nix-shell ./shell.nix --run "echo nix-shell ready"
- userdoc: |
cd imag
- nix-shell ./ci.nix --run "cargo install mdbook --force"
+ nix-shell ./shell.nix --run "cargo install mdbook --force"
cd doc/user
~/.cargo/bin/mdbook build
- build: |
cd imag
- nix-shell ./ci.nix --run "cargo build --all --all-features"
+ nix-shell ./shell.nix --run "cargo build --all --all-features"
- prepare-test: |
git config --global user.name "Test user"
git config --global user.email "test@user.tld"
- test: |
cd imag
- nix-shell ./ci.nix --run "cargo test --all --all-features"
+ nix-shell ./shell.nix --run "cargo test --all --all-features"