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