chore(flake.nix): add nodejs_21
This commit is contained in:
parent
7c8dcd4535
commit
3e6cda9caf
@ -107,7 +107,7 @@
|
|||||||
(final: prev: let
|
(final: prev: let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
in {
|
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 {
|
stack = pkgs.symlinkJoin {
|
||||||
inherit (pkgs.stack) name;
|
inherit (pkgs.stack) name;
|
||||||
paths = [pkgs.stack];
|
paths = [pkgs.stack];
|
||||||
|
|||||||
@ -275,7 +275,7 @@ in pkgs.mkShell {
|
|||||||
'';
|
'';
|
||||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
||||||
++ (with pkgs;
|
++ (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
|
gnumake gup reuse pre-commit
|
||||||
# busybox # for print services, but interferes with build commands in develop-shell
|
# busybox # for print services, but interferes with build commands in develop-shell
|
||||||
htop
|
htop
|
||||||
|
|||||||
Reference in New Issue
Block a user