fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Nix CI tryouts
Some checks failed
Build image / build-image (pull_request) Failing after 8s
Some checks failed
Build image / build-image (pull_request) Failing after 8s
This commit is contained in:
parent
fe88aa0c53
commit
60c276e6fd
@ -14,15 +14,15 @@ jobs:
|
|||||||
- /home/paul/nix-ci/nix-runner-home-node:/home/node
|
- /home/paul/nix-ci/nix-runner-home-node:/home/node
|
||||||
options: --user 1000:1000
|
options: --user 1000:1000
|
||||||
steps:
|
steps:
|
||||||
- run: id
|
- run: |
|
||||||
- run: ls -lah /nix
|
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ] then
|
||||||
- run: ls -lah /nix/var/nix
|
bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||||
- run: bash <(curl -L https://nixos.org/nix/install) --help
|
fi
|
||||||
- run: bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- run: ls -lah
|
|
||||||
- run: |
|
- run: |
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
env | grep NIX
|
export NIX_CONFIG='experimental-features = nix-command flakes'
|
||||||
nix build .#image -o image.tar.gz
|
env | grep NIX | tee --append "$GITHUB_ENV"
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: nix build .#image -o image.tar.gz
|
||||||
|
- run: ls -lah
|
||||||
|
Loading…
x
Reference in New Issue
Block a user