From e97cc2eaef9d639d7e0cf58191501795e365157d Mon Sep 17 00:00:00 2001 From: novel2430 Date: Mon, 6 May 2024 22:02:16 +0800 Subject: [PATCH] update actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46b5c83..6b5cb11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: # The repo name as used in # https://github.com/nix-community/NUR/blob/master/repos.json nurRepo: - - + - novel2430 # Set this to cache your build results in cachix for faster builds # in CI and for everyone who uses your cache. # @@ -36,7 +36,7 @@ jobs: nixPath: - nixpkgs=channel:nixos-unstable - nixpkgs=channel:nixpkgs-unstable - - nixpkgs=channel:nixos-23.11 + # - nixpkgs=channel:nixos-23.11 runs-on: ubuntu-latest steps: - name: Checkout repository