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
!172
Add a nixos module for the ZKAP Spending Service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a nixos module for the ZKAP Spending Service
tomprince/PrivateStorageio:spending-service
into
develop
Overview
18
Commits
4
Pipelines
11
Changes
10
Merged
Tom Prince
requested to merge
tomprince/PrivateStorageio:spending-service
into
develop
3 years ago
Overview
18
Commits
4
Pipelines
11
Changes
10
Expand
Part of
#84
.
Edited
3 years ago
by
Tom Prince
0
0
Merge request reports
Compare
develop
version 10
e4fcc8c0
3 years ago
version 9
ca442040
3 years ago
version 8
6a04f9e1
3 years ago
version 7
a13ea962
3 years ago
version 6
97532629
3 years ago
version 5
2b9f8a28
3 years ago
version 4
f16820f1
3 years ago
version 3
d37b119c
3 years ago
version 2
76f4fd36
3 years ago
version 1
c07e2bab
3 years ago
develop (base)
and
latest version
latest version
04adf777
4 commits,
3 years ago
version 10
e4fcc8c0
4 commits,
3 years ago
version 9
ca442040
4 commits,
3 years ago
version 8
6a04f9e1
4 commits,
3 years ago
version 7
a13ea962
4 commits,
3 years ago
version 6
97532629
5 commits,
3 years ago
version 5
2b9f8a28
5 commits,
3 years ago
version 4
f16820f1
6 commits,
3 years ago
version 3
d37b119c
5 commits,
3 years ago
version 2
76f4fd36
5 commits,
3 years ago
version 1
c07e2bab
4 commits,
3 years ago
10 files
+
305
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
docs/source/dev/README.rst
+
14
−
0
Options
@@ -57,6 +57,20 @@ To update the channel, the script will need to be updated,
along with the filenames that have the channel in them.
Gitlab Repositories
```````````````````
To update the version of packages we import from gitlab, run:
.. code: shell
nix-shell --command 'tools/update-gitlab 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,
but you can override them by passing the ``--branch`` or ``-owner`` arguments to the command.
A specific revision can also be pinned, by passing ``-rev``.
Architecture overview
---------------------
Loading