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
15288713
Verified
Commit
15288713
authored
10 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: no code fix; only release and publish process
parent
658d7d88
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flake.nix
+1
-1
1 addition, 1 deletion
flake.nix
with
1 addition
and
1 deletion
flake.nix
+
1
−
1
View file @
15288713
...
...
@@ -125,7 +125,7 @@
scriptRunCITests
=
pkgs
'
.
callPackage
./nix/scripts/run-ci-tests.nix
{
inherit
pkgs
'
;};
scriptRunCIWebTests
=
pkgs
'
.
callPackage
./nix/scripts/run-ci-web-tests.nix
{
inherit
pkgs
'
;};
scriptRelease
=
pkgs
'
.
callPackage
./nix/scripts/release.nix
{
inherit
pkgs
'
;};
scriptBuildAndPublish
=
pkgs
'
.
callPackage
./nix/scripts/build-and-publish.nix
{
inherit
pkgs
'
;};
scriptBuildAndPublish
=
pkgs
'
.
callPackage
./nix/scripts/build-and-publish.nix
{
inherit
pkgs
'
system
self
;};
commonPackages
=
import
./nix/config/common-packages.nix
{
inherit
pkgs
'
;};
...
...
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