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:
parent
50e1008a90
commit
19ba69fc20
1 changed files with 8 additions and 3 deletions
11
.github/workflows/pr.yaml
vendored
11
.github/workflows/pr.yaml
vendored
|
@ -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
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue