Update nix version to 24.11.

This commit is contained in:
Orne Brocaar 2024-12-05 11:20:20 +00:00
parent 91b9077ba8
commit d3692144fa
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
name: Install Nix name: Install Nix
uses: cachix/install-nix-action@v27 uses: cachix/install-nix-action@v27
with: with:
nix_path: nixpkgs=channel:nixos-24.05 nix_path: nixpkgs=channel:nixos-24.11
- -
name: Cargo cache name: Cargo cache
uses: actions/cache@v4 uses: actions/cache@v4
@ -69,7 +69,7 @@ jobs:
name: Install Nix name: Install Nix
uses: cachix/install-nix-action@v27 uses: cachix/install-nix-action@v27
with: with:
nix_path: nixpkgs=channel:nixos-24.05 nix_path: nixpkgs=channel:nixos-24.11
- -
name: Cargo cache name: Cargo cache
uses: actions/cache@v4 uses: actions/cache@v4

View File

@ -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 { pkgs.mkShell {
nativeBuildInputs = [ nativeBuildInputs = [