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
This commit is contained in:
parent
14dd8ab115
commit
f03c1e0554
|
@ -1,5 +1,5 @@
|
||||||
let
|
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 = []; };
|
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue