From 3e6cda9caf73b579eeff6ca73d8660a4ca5c2bf8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 15 Jan 2024 05:39:49 +0000 Subject: [PATCH] chore(flake.nix): add nodejs_21 --- flake.nix | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index dcbd75b3c..3e803206f 100644 --- a/flake.nix +++ b/flake.nix @@ -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]; diff --git a/shell.nix b/shell.nix index bb976a888..3598f9094 100644 --- a/shell.nix +++ b/shell.nix @@ -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