chore: don't use channels for testing (#3)

This commit is contained in:
seth
2023-07-20 23:38:26 -04:00
committed by GitHub
parent 3b6f7992de
commit ec939ca6ac
3 changed files with 13 additions and 10 deletions

View File

@@ -38,4 +38,4 @@ jobs:
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Nix Package
run: nix build -f test.nix -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --show-trace
run: nix build --impure --show-trace -L .#test