Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
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
PrivateStorageio
Merge requests
!534
Merge from develop to production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Merge from develop to production
develop
into
production
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Merge from develop to production
Florian Sesser
requested to merge
develop
into
production
11 months ago
Overview
0
Commits
2
Pipelines
3
Changes
1
... to fix the weekly nixpkgs update script.
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
0d478f38
2 commits,
11 months ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci-tools/update-nixpkgs
+
1
−
2
View file @ 0d478f38
Edit in single-file editor
Open in Web IDE
Show full file
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p
nixUnstable
git curl python3
#!nix-shell -i bash -p git curl python3
# ^^
# we get nixUnstable for the diff-closures command, mostly.
# we need git to commit and push our changes
# we need curl to create the gitlab MR
# we need python to format the data as json
Loading