Skip to content
Snippets Groups Projects
Verified Commit 4762a861 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent ca3d6375
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
ciJobToken = builtins.getEnv "CI_JOB_TOKEN"; ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
script-run-ci-tests = pkgs'.callPackage ./nix/scripts/run-ci-tests.nix {}; script-run-ci-tests = pkgs'.callPackage ./nix/scripts/run-ci-tests.nix {};
gitlabPackages = [ gitlabPackages = with pkgs';[
nodejs_21
git
script-run-ci-tests script-run-ci-tests
]; ];
in in
......
...@@ -4,7 +4,7 @@ with pkgs'; [ ...@@ -4,7 +4,7 @@ with pkgs'; [
blackbox blackbox
blackbox-terminal blackbox-terminal
coreutils-full coreutils-full
corepack_21 corepack
dialog dialog
drill drill
fd fd
...@@ -25,7 +25,6 @@ with pkgs'; [ ...@@ -25,7 +25,6 @@ with pkgs'; [
logrotate logrotate
meld meld
nodejs_21 nodejs_21
node2nix
plantuml plantuml
ranger ranger
unixtools.xxd unixtools.xxd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment