Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
cf7a8c52
Commit
cf7a8c52
authored
Oct 03, 2019
by
Astro
⚙
Browse files
hydra/combined: include rkanoid
parent
86a16822
Pipeline
#4072
passed with stage
in 9 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hydra/combined.nix
View file @
cf7a8c52
{
pkgs
?
import
<
nixpkgs
>
{},
cFirmware
?
<
c-firmware
>
,
r
ustL0dables
?
<
rust-l0dables
>
,
r
kanoid
?
<
rkanoid
>
,
}:
with
pkgs
;
let
l0dables
=
buildEnv
{
name
=
"l0dables"
;
paths
=
[
r
ustL0dables
];
paths
=
[
r
kanoid
];
pathsToLink
=
[
"/apps"
];
};
release
=
import
../release.nix
{
...
...
hydra/hydra.nix
View file @
cf7a8c52
...
...
@@ -50,7 +50,7 @@ let
inputs
=
{
rust-card10
=
{
type
=
"git"
;
value
=
"https://git.card10.badge.events.ccc.de/astro/rust-card10.git"
;
emailresponsible
=
false
;
};
c-firmware
=
{
type
=
"build"
;
value
=
"rust-card10:c-firmware:firmware"
;
emailresponsible
=
false
;
};
r
ust-l0dables
=
{
type
=
"build"
;
value
=
"rust-card10:rust-l0dables:
l0dables
"
;
emailresponsible
=
false
;
};
r
kanoid
=
{
type
=
"build"
;
value
=
"rust-card10:rust-l0dables:
rkanoid
"
;
emailresponsible
=
false
;
};
nixpkgs
=
{
type
=
"git"
;
value
=
"git://github.com/NixOS/nixpkgs.git release-19.03"
;
emailresponsible
=
false
;
};
};
};
...
...
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