Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
novel2430 committed May 6, 2024
1 parent fc04354 commit e97cc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The repo name as used in
# https://github.com/nix-community/NUR/blob/master/repos.json
nurRepo:
- <YOUR_REPO_NAME>
- novel2430
# Set this to cache your build results in cachix for faster builds
# in CI and for everyone who uses your cache.
#
Expand All @@ -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
Expand Down

0 comments on commit e97cc2e

Please sign in to comment.