Skip to content

Commit

Permalink
Update Nix + GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Dec 11, 2024
1 parent 31fe20f commit 2b63d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v4
-
name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-23.11
nix_path: nixpkgs=channel:nixos-24.11
-
name: Cargo cache
uses: actions/cache@v4
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
uses: actions/checkout@v4
-
name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-23.11
nix_path: nixpkgs=channel:nixos-24.11
-
name: Cargo cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.05.tar.gz") {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz") {} }:

pkgs.mkShell {
nativeBuildInputs = [
Expand Down

0 comments on commit 2b63d70

Please sign in to comment.