fixup! fixup! fixup! Nix CI tryouts
Some checks failed
Build image / build-image (pull_request) Failing after 15s
Some checks failed
Build image / build-image (pull_request) Failing after 15s
This commit is contained in:
parent
9433106fcf
commit
d4a5b491cb
@ -13,7 +13,11 @@ jobs:
|
||||
- nix-runner-home-node:/home/node
|
||||
options: --user 1000:1000
|
||||
steps:
|
||||
- name: Install nix
|
||||
run: bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -lah
|
||||
- run: nix build .#image -o image.tar.gz
|
||||
- run: |
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
nix build .#image -o image.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user