Compare commits

...

2 Commits

Author SHA1 Message Date
b4451d110d
Sandbox true
Some checks failed
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 18m43s
2024-12-15 18:06:07 -05:00
2cc311ea7a
Ignore some Nix files 2024-12-15 18:06:07 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -82,4 +82,4 @@ jobs:
- name: Set up Nix
uses: cachix/install-nix-action@v27
- name: Build project with Nix
run: nix build --option sandbox false --experimental-features 'nix-command flakes' .#default
run: nix build --option sandbox true --experimental-features 'nix-command flakes' .#default

2
.gitignore vendored
View File

@ -34,4 +34,4 @@ playwright/.cache/
# Nix-related files
.direnv/
result/
result