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
!293
merge develop into production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
merge develop into production
develop
into
production
Overview
0
Commits
14
Pipelines
1
Changes
5
Merged
merge develop into production
Jean-Paul Calderone
requested to merge
develop
into
production
Apr 25, 2022
Overview
0
Commits
14
Pipelines
1
Changes
5
Add flo to prod: ssh key + root access (
!292 (merged)
)
Add flo's ssh key to the staging grid root user authorized_keys (
!291 (merged)
)
Configure journald to discard logs before they're older than 30 days (
!285 (merged)
)
Fix docs code blocks (
!289 (merged)
)
nixpkgs update 2022-04-13 (
!287 (merged)
)
Add update-nixpkgs / diff-closures documentation (
!288 (merged)
)
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
62f03c73
14 commits,
Apr 25, 2022
5 files
+
41
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
docs/dev/README.rst
+
12
−
7
View file @ 62f03c73
Edit in single-file editor
Open in Web IDE
Show full file
@@ -45,22 +45,27 @@ Updatings Pins
Nixpkgs
```````
To update the version of NixOS we deploy with, run:
.. code: shell
To update the version of NixOS we deploy with, run::
nix-shell --run 'update-nixpkgs'
That will update ``nixpkgs
-2015
.json`` to the latest release on the nixos
-21.05
channel.
That will update ``nixpkgs.json`` to the latest release on the nixos
release
channel.
To update the channel, the script will need to be updated,
along with the filenames that have the channel in them.
To create a text summary of what an update changes - to put in Merge Requests, for example - run::
nix-build -A morph -o result-before
update-nixpkgs
nix-build -A morph -o result-after
nix-shell -p nixUnstable
nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/
Gitlab Repositories
```````````````````
To update the version of packages we import from gitlab, run:
.. code: shell
To update the version of packages we import from gitlab, run::
nix-shell --command 'update-gitlab-repo nixos/pkgs/<package>/repo.json'
Loading