mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Test simpler yaml string
This commit is contained in:
parent
1928ffb7dd
commit
710f8bd079
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -17,8 +17,7 @@ jobs:
|
|||
logger: pretty
|
||||
log-directives: nix_installer=trace
|
||||
backtrace: full
|
||||
extra-conf: |
|
||||
experimental-features = impure-derivations
|
||||
extra-conf: "experimental-features = impure-derivations"
|
||||
- run: cat /etc/nix/nix.conf
|
||||
- name: echo $PATH
|
||||
run: echo $PATH
|
||||
|
|
Loading…
Reference in a new issue