Install from nixos.org
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 55s

This commit is contained in:
Ethan Girouard 2024-12-15 16:46:55 -05:00
parent e29edf72d9
commit cb34e4a488
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -82,6 +82,6 @@ jobs:
- name: Create User
run: useradd -m -s /bin/bash -u 1000 user
- name: Install Nix
uses: cachix/install-nix-action@v27
run: bash <(curl -L https://nixos.org/nix/install) --daemon
- name: Change User, Run Nix Build
run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"