Compare commits
5 Commits
nixos-unst
...
hydra
Author | SHA1 | Date |
---|---|---|
|
6bf53d872c | 8 years ago |
|
78c2e17328 | 8 years ago |
|
766b28e25a | 8 years ago |
|
c9e664d353 | 8 years ago |
|
b51b2588de | 8 years ago |
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue