Attempt to fix clasical Nix tests

This commit is contained in:
adisbladis 2021-09-24 22:34:46 -05:00
parent 0d3e7c2240
commit a697528143
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -19,4 +19,4 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v14
- name: build
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-build
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-build --expr '(import <nixpkgs> { }).callPackage ./. { }'