Compare commits

...

1 commit

Author SHA1 Message Date
uku
cadb493c02
feat: add build workflow
Some checks failed
Build packages / Build derivations (push) Failing after 6m27s
2024-09-10 16:32:44 +02:00

View file

@ -0,0 +1,26 @@
name: Build packages
on:
push:
jobs:
build:
name: Build derivations
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
- name: Build
run: |
nix run \
github:Mic92/nix-fast-build -- \
--no-nom \
--skip-cached \
--option accept-flake-config true \
--option allow-import-from-derivation false \
--flake '.#packages'