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
!288
Add update-nixpkgs / diff-closures documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add update-nixpkgs / diff-closures documentation
add-nixpkgs-update-howto
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Add update-nixpkgs / diff-closures documentation
Florian Sesser
requested to merge
add-nixpkgs-update-howto
into
develop
Apr 13, 2022
Overview
0
Commits
3
Pipelines
2
Changes
1
Adding the commands from
!259 (merged)
to the docs else I forget how to use it.
Edited
Apr 13, 2022
by
Florian Sesser
0
0
Merge request reports
Compare
develop
version 1
16c7cfb3
Apr 13, 2022
develop (base)
and
latest version
latest version
514cc6ea
3 commits,
Apr 13, 2022
version 1
16c7cfb3
1 commit,
Apr 13, 2022
1 file
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/dev/README.rst
+
12
−
1
View file @ 514cc6ea
Edit in single-file editor
Open in Web IDE
Show full file
@@ -51,11 +51,22 @@ 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:
.. code: shell
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:
Loading