170-add-nixos-environment-file #1

Merged
eta357 merged 5 commits from 170-add-nixos-environment-file into main 2024-12-15 21:05:40 +00:00
Showing only changes of commit 817529cbcc - Show all commits

View File

@ -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'