From 4762a8618a39b683209fd7785d1134a8fae960ec Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 13 May 2024 00:23:53 +0200
Subject: [PATCH] fix: wip new pipeline

---
 flake.nix                      | 4 +++-
 nix/config/common-packages.nix | 3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/flake.nix b/flake.nix
index 1f4cf8394..05a8b881f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -106,7 +106,9 @@
           ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
           script-run-ci-tests = pkgs'.callPackage ./nix/scripts/run-ci-tests.nix {};
 
-          gitlabPackages = [
+          gitlabPackages = with pkgs';[
+            nodejs_21
+            git
             script-run-ci-tests
           ];
         in
diff --git a/nix/config/common-packages.nix b/nix/config/common-packages.nix
index 5f22ad832..c91bf2c0d 100644
--- a/nix/config/common-packages.nix
+++ b/nix/config/common-packages.nix
@@ -4,7 +4,7 @@ with pkgs'; [
   blackbox
   blackbox-terminal
   coreutils-full
-  corepack_21
+  corepack
   dialog
   drill
   fd
@@ -25,7 +25,6 @@ with pkgs'; [
   logrotate
   meld
   nodejs_21
-  node2nix
   plantuml
   ranger
   unixtools.xxd
-- 
GitLab