Compare commits
12 Commits
main
...
170-add-ni
Author | SHA1 | Date | |
---|---|---|---|
b591e37cfd | |||
d0aad82f21 | |||
7e0785e522 | |||
b4451d110d | |||
2cc311ea7a | |||
47cea5172d | |||
0b16357930 | |||
cb34e4a488 | |||
e29edf72d9 | |||
27a86a9890 | |||
412b18df23 | |||
d391549849 |
@ -77,9 +77,11 @@ jobs:
|
||||
nix-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Package Lists
|
||||
run: apt update
|
||||
- name: Install Nix
|
||||
run: apt install -y nix-bin
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
- name: Build project with Nix
|
||||
run: nix build .#default --experimental-features 'nix-command flakes'
|
||||
run: nix build --experimental-features 'nix-command flakes' .#default
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,4 +34,4 @@ playwright/.cache/
|
||||
|
||||
# Nix-related files
|
||||
.direnv/
|
||||
result/
|
||||
result
|
||||
|
Loading…
x
Reference in New Issue
Block a user