chore(gitlab-ci): debug output nixpkgs version

This commit is contained in:
Sarah Vaupel 2024-01-17 05:16:15 +01:00
parent 37fd026661
commit 300955435f
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ node modules:
- .npm - .npm
- node_modules - node_modules
script: script:
- "nix-shell --version"
- "nix-shell --command 'make node_modules'" - "nix-shell --command 'make node_modules'"
before_script: &nix-before before_script: &nix-before
- git config --global init.defaultBranch master - git config --global init.defaultBranch master

View File

@ -275,7 +275,7 @@ in pkgs.mkShell {
''; '';
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning] nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
++ (with pkgs; ++ (with pkgs;
[ stack nodejs_21 postgresql_12 openldap exiftool expat memcached minio minio-client [ (builtins.trace (lib.version) stack) (builtins.trace (lib.version) 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