Compare commits
5 Commits
2018-10-22
...
hydra
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bf53d872c | |||
| 78c2e17328 | |||
| 766b28e25a | |||
| c9e664d353 | |||
| b51b2588de |
17
release.nix
Normal file
17
release.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{ supportedSystems ? [ "x86_64-linux" ]
|
||||||
|
, nixpkgs ? import <nixpkgs> {}
|
||||||
|
, config ? import ./config-generator.nix
|
||||||
|
, ...
|
||||||
|
}:
|
||||||
|
|
||||||
|
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
||||||
|
|
||||||
|
{
|
||||||
|
#r6d.base = import ./r6d-base.nix;
|
||||||
|
r6d = {
|
||||||
|
#= import ./iso-image/configuration.nix;
|
||||||
|
applications.terminal.cao = import ./applications/terminal/cao.nix {
|
||||||
|
config = self.config;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user