assume nix is available

This commit is contained in:
Charles Hall 2025-07-31 12:40:54 -07:00
parent 5e9c1f9ee3
commit e31f4454bd

View file

@ -9,7 +9,6 @@ variables:
before_script:
- |
if command -v nix > /dev/null; then
# Enable nix-command and flakes
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
@ -35,7 +34,6 @@ before_script:
# Allow .envrc
direnv allow
fi
# Set CARGO_HOME to a cacheable path
export CARGO_HOME="$(git rev-parse --show-toplevel)/.gitlab-ci.d/cargo"