Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
02b35533
Commit
02b35533
authored
May 14, 2019
by
Valentin Reis
Browse files
readme update
parent
f27e0e85
Pipeline
#7342
passed with stages
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
02b35533
...
...
@@ -2,25 +2,33 @@
contains:
-
set of
[
Nix
](
https://nixos.org/nix/
)
expressions to package Argo components (
[
`pkgs`
](
./pkgs
)
,
[
`lib`
](
./lib
)
)
-
set of
[
Nix
](
https://nixos.org/nix/
)
expressions to package Argo components
(
[
`pkgs`
](
./pkgs
)
,
[
`lib`
](
./lib
)
)
-
gitlab ci files, wich are imported in turn by other repositories (
[
`gitlab-ci`
](
./gitlab-ci
)
)
-
gitlab ci files, wich are imported in turn by other repositories
(
[
`gitlab-ci`
](
./gitlab-ci
)
)
-
nrm integration test dhall configuration for
[
dhrun
](
https://github.com/freuk/dhrun
)
(
[`dhrun`](./dhrun
)
)
-
nrm integration test dhall configuration for
[
dhrun
](
https://github.com/freuk/dhrun
)
(
[`dhrun`](./dhrun
)
)
-
nixos configuratin for deploying gitlab runners for
[
nixOps
](
https://nixos.org/nixops/
)
(
[`deployments`](./deployments
)
,
[
`modules`
](
./modules
)
)
-
nixos configuratin for deploying gitlab runners for
[
nixOps
](
https://nixos.org/nixops/
)
(
[`deployments`](./deployments
)
,
[
`modules`
](
./modules
)
)
the first three items are maintained on the master branch and constitute a rolling dependency for continuous integration.
the first three items are maintained on the master branch and constitute a
rolling dependency for continuous integration.
## setup
get nix through your package manager or
`curl https://nixos.org/nix/install | sh`
get nix through your package manager or
`curl https://nixos.org/nix/install |
sh`
## usage
talk to @vreis, or
package install via an attribute name from
`pkgs/default.nix`
:
```
{.bash}
nix-env -f argopkgs="https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master/argopkgs-master.tar.gz" -iA <attribute name>
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment