Remove nixpkgs 23.05 usage
All checks were successful
Cachix / build (kholinar) (push) Successful in 12m32s
Cachix / build (elendel) (push) Successful in 3m4s
Cachix / build (marabethia) (push) Successful in 7m39s

This commit is contained in:
Charlotte Van Petegem 2025-05-26 14:17:15 +02:00
parent 663a2de92d
commit 9fadbe6d1b
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
3 changed files with 1 additions and 25 deletions

View file

@ -50,13 +50,7 @@ pkgs.devshell.mkShell {
minikube
mupdf-headless
nodejs_22
(inputs.nixpkgs-23-05.legacyPackages.aarch64-darwin.poppler_utils.overrideAttrs (old: rec {
version = "22.12.0";
src = pkgs.fetchurl {
url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz";
hash = "sha256-2aqcrN+9D46Y/Cs7sAjmRVl+1IBoV1fD57x0tCeNFcA=";
};
}))
poppler_utils
(pkgs.lowPrio postgresql_14)
stern
yarn