170-add-nixos-environment-file #1
@ -73,3 +73,13 @@ jobs:
|
||||
with:
|
||||
name: docs
|
||||
path: target/doc
|
||||
|
||||
nix-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user