From f03c1e05548b6bde2b1929cf5716ebb87a3508dd Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 20 Nov 2024 08:48:57 +0100 Subject: [PATCH] build: update nix channel to 24.11 (#69) Update nix channel in shell.nix used by actions in order to make use of Typst v0.12.0 andd remove dependency of the nix-unstable channel refers to: #69 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index a71ba0e..e3ea31b 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ let - nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable"; + nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11"; pkgs = import nixpkgs { config = {}; overlays = []; }; in -- 2.40.1