1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

feat: raw nix env

This commit is contained in:
Kevin Amado 2022-02-07 22:21:29 -05:00
parent 50e1008a90
commit 19ba69fc20
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -19,9 +19,14 @@ jobs:
with:
args: >
bash -ex -c "
nix-env -iA nixpkgs.direnv
direnv allow
source <( \
nix \
--extra-experimental-features flakes \
--extra-experimental-features nix-command \
print-dev-env \
--no-update-lock-file \
--no-write-lock-file \
)
cargo tarpaulin
"