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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!166
Update zkapauthorize to use mach-nix and nixos-21.05.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update zkapauthorize to use mach-nix and nixos-21.05.
tomprince/PrivateStorageio:tahoe-on-nixos-2105
into
develop
Overview
6
Commits
2
Pipelines
22
Changes
6
Merged
Tom Prince
requested to merge
tomprince/PrivateStorageio:tahoe-on-nixos-2105
into
develop
3 years ago
Overview
6
Commits
2
Pipelines
22
Changes
6
Expand
0
0
Merge request reports
Compare
version 16
version 21
47382a0f
3 years ago
version 20
15449b7b
3 years ago
version 19
8602a233
3 years ago
version 18
61fbfa31
3 years ago
version 17
c9ddc8ad
3 years ago
version 16
85a4efd2
3 years ago
version 15
a36d5fd6
3 years ago
version 14
c69e0b82
3 years ago
version 13
8fb69020
3 years ago
version 12
b353b4a9
3 years ago
version 11
7d586f1a
3 years ago
version 10
d28d1e96
3 years ago
version 9
593e167a
3 years ago
version 8
4748cf7f
3 years ago
version 7
15480d2a
3 years ago
version 6
e23ae801
3 years ago
version 5
ed322bab
3 years ago
version 4
a1c52518
3 years ago
version 3
63471feb
3 years ago
version 2
a069e4d8
3 years ago
version 1
fc95bcb1
3 years ago
develop (base)
and
version 17
latest version
92dbca0d
2 commits,
3 years ago
version 21
47382a0f
2 commits,
3 years ago
version 20
15449b7b
2 commits,
3 years ago
version 19
8602a233
2 commits,
3 years ago
version 18
61fbfa31
2 commits,
3 years ago
version 17
c9ddc8ad
2 commits,
3 years ago
version 16
85a4efd2
2 commits,
3 years ago
version 15
a36d5fd6
1 commit,
3 years ago
version 14
c69e0b82
1 commit,
3 years ago
version 13
8fb69020
1 commit,
3 years ago
version 12
b353b4a9
1 commit,
3 years ago
version 11
7d586f1a
1 commit,
3 years ago
version 10
d28d1e96
1 commit,
3 years ago
version 9
593e167a
1 commit,
3 years ago
version 8
4748cf7f
2 commits,
3 years ago
version 7
15480d2a
2 commits,
3 years ago
version 6
e23ae801
2 commits,
3 years ago
version 5
ed322bab
2 commits,
3 years ago
version 4
a1c52518
1 commit,
3 years ago
version 3
63471feb
2 commits,
3 years ago
version 2
a069e4d8
4 commits,
3 years ago
version 1
fc95bcb1
4 commits,
3 years ago
Show latest version
6 files
+
2
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
docs/dev/README.rst
+
1
−
1
Options
@@ -62,7 +62,7 @@ To update the version of packages we import from gitlab, run:
.. code: shell
nix-shell --command '
tools/
update-gitlab nixos/pkgs/<package>/repo.json'
nix-shell --command 'update-gitlab
-repo
nixos/pkgs/<package>/repo.json'
That will update the package to point at the latest version of the project.\
The command uses branch and repository owner specified in the ``repo.json`` file,
Loading