Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
4762a861
Verified
Commit
4762a861
authored
11 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: wip new pipeline
parent
ca3d6375
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flake.nix
+3
-1
3 additions, 1 deletion
flake.nix
nix/config/common-packages.nix
+1
-2
1 addition, 2 deletions
nix/config/common-packages.nix
with
4 additions
and
3 deletions
flake.nix
+
3
−
1
View file @
4762a861
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
nix/config/common-packages.nix
+
1
−
2
View file @
4762a861
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment