commit d7fb3d36dfb895a3631bc9d4feb375ac503a3a72
parent 01f73dee2036bd61f73f54fd0f667690023e2488
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 27 Nov 2022 19:58:28 +0300
CI: disable "Show nixpkgs version" step
https://github.com/nix-community/nur-packages-template/issues/67
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -33,8 +33,8 @@ jobs:
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@v11
with: