Skip to content

Commit

Permalink
Update nixpkgs in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Jan 10, 2025
1 parent 9064133 commit d42061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
nix_path: nixpkgs=channel:nixos-24.11
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v14
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
nix_path: nixpkgs=channel:nixos-24.11
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: nix flake check
run: nix flake check -L

0 comments on commit d42061e

Please sign in to comment.