Compare commits
3 Commits
b4451d110d
...
170-add-ni
Author | SHA1 | Date | |
---|---|---|---|
b591e37cfd
|
|||
d0aad82f21
|
|||
7e0785e522
|
@ -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 --option sandbox true --experimental-features 'nix-command flakes' .#default
|
||||
run: nix build --experimental-features 'nix-command flakes' .#default
|
||||
|
Reference in New Issue
Block a user