diff options
| author | diogo464 <[email protected]> | 2024-08-06 18:22:11 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-08-06 18:22:11 +0100 |
| commit | 6f9262c0bc62ffaf0af62e2cb18d2590e3067645 (patch) | |
| tree | b74e80f1bed792145dba6e62c6f82f29ac5a715a /.github | |
| parent | e62270b966a2cca1cffbb790cdc6a5130fd81c49 (diff) | |
added nix flake stuff
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_nix.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml new file mode 100644 index 0000000..87d2eba --- /dev/null +++ b/.github/workflows/build_nix.yml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | name: "Build legacy Nix package on Ubuntu" | ||
| 2 | |||
| 3 | on: | ||
| 4 | push: | ||
| 5 | |||
| 6 | jobs: | ||
| 7 | build: | ||
| 8 | runs-on: ubuntu-latest | ||
| 9 | steps: | ||
| 10 | - uses: actions/checkout@v2 | ||
| 11 | - uses: cachix/install-nix-action@v26 | ||
| 12 | - name: Building package | ||
| 13 | run: nix build | ||
