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:
Sven Vogel 2024-11-20 08:48:57 +01:00
parent 14dd8ab115
commit f03c1e0554
1 changed files with 1 additions and 1 deletions

View File

@ -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