Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
5e59382e
Commit
5e59382e
authored
Jan 30, 2020
by
Valentin Reis
Browse files
[hydra] fix hydra package list
parent
af51c570
Pipeline
#9486
passed with stages
in 2 minutes and 53 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
5e59382e
No preview for this file type
deployments/ci.nix
View file @
5e59382e
...
...
@@ -219,7 +219,7 @@ in {
distributedBuilds
=
true
;
};
environment
.
systemPackages
=
[
pkgs
.
unar
pkgs
.
wget
pkgs
.
git
pkgs
.
vim
];
environment
.
systemPackages
=
[
pkgs
.
unar
pkgs
.
wget
pkgs
.
git
pkgs
.
vim
pkgs
.
htop
];
};
...
...
release.nix
View file @
5e59382e
let
argopkgs
=
import
./pkgs/default.nix
{};
hydraPackages
=
{
inherit
(
argopkgs
)
nodelevel
;
inherit
(
argopkgs
.
applications
)
raw
;
inherit
(
argopkgs
.
tools
)
zymake
;
inherit
(
argopkgs
)
aml
;
inherit
(
argopkgs
)
nrm
;
};
in
{
argochannel
=
argopkgs
.
releaseTools
.
channel
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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