commit 8789c2e63df55f86464aa07e85d4ae39df4cd8bd parent 1a601960aac85493c2b5f8fb61bac40465b20747 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Mon, 28 Nov 2022 06:19:21 +0300 CI: no longer pin nix version Diffstat:
M | .github/workflows/build.yml | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -27,14 +27,11 @@ jobs: uses: cachix/install-nix-action@v18 with: nix_path: "${{ matrix.nixPath }}" - # nix 2.6 breaks restrict-eval, when using the NIX_PATH - # see https://github.com/NixOS/nix/issues/5980 - install_url: https://releases.nixos.org/nix/nix-2.5.1/install extra_nix_config: | experimental-features = nix-command flakes access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - #- name: Show nixpkgs version - # run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' + - name: Show nixpkgs version + run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' - name: Setup cachix uses: cachix/cachix-action@v12 with: