fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Nix CI tryouts
All checks were successful
Build image / build-image (pull_request) Successful in 53s
All checks were successful
Build image / build-image (pull_request) Successful in 53s
This commit is contained in:
parent
d790ddfa8c
commit
aae82e47e6
@ -18,11 +18,9 @@ jobs:
|
|||||||
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
|
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
|
||||||
bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||||
fi
|
fi
|
||||||
- run: |
|
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
|
||||||
export NIX_CONFIG='experimental-features = nix-command flakes'
|
|
||||||
env | grep NIX | tee --append "$GITHUB_ENV"
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: nix build .#image -o image.tar.gz
|
- run: |
|
||||||
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
nix build .#image -o image.tar.gz
|
||||||
- run: ls -lah
|
- run: ls -lah
|
||||||
|
Loading…
x
Reference in New Issue
Block a user