Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LeaseReport
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
LeaseReport
Merge requests
!4
You need to sign in or sign up before continuing.
Add "nix-command" and "flakes" options to CI build command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add "nix-command" and "flakes" options to CI build command
add-nix-command-and-flakes-to-ci-build
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Florian Sesser
requested to merge
add-nix-command-and-flakes-to-ci-build
into
main
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Without this the build fails on current CI.
0
0
Merge request reports
Compare
main
version 1
10b26338
1 year ago
main (base)
and
latest version
latest version
a953fcc5
1 commit,
1 year ago
version 1
10b26338
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
View file @ a953fcc5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,4 +8,4 @@ default:
build
:
stage
:
build
script
:
-
"
nix
build
-Lv
-f
nix
"
-
nix
--extra-experimental-features "nix-command flakes"
build -Lv -f nix
Loading