chore(flake.nix): add nodejs_21

This commit is contained in:
Sarah Vaupel 2024-01-15 05:39:49 +00:00
parent 7c8dcd4535
commit 3e6cda9caf
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
(final: prev: let
pkgs = import nixpkgs { inherit system; };
in {
inherit (pkgs) dockerTools glibcLocalesUtf8 tzdata chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot;
inherit (pkgs) dockerTools nodejs_21 glibcLocalesUtf8 tzdata chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot;
stack = pkgs.symlinkJoin {
inherit (pkgs.stack) name;
paths = [pkgs.stack];

View File

@ -275,7 +275,7 @@ in pkgs.mkShell {
'';
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
++ (with pkgs;
[ stack nodejs_20 postgresql_12 openldap exiftool expat memcached minio minio-client
[ stack nodejs_21 postgresql_12 openldap exiftool expat memcached minio minio-client
gnumake gup reuse pre-commit
# busybox # for print services, but interferes with build commands in develop-shell
htop