You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
254 B
Nix
11 lines
254 B
Nix
8 years ago
|
{ supportedSystems ? [ "x86_64-linux" ]
|
||
|
, nixpkgs ? import <nixpkgs> {}
|
||
|
}:
|
||
|
|
||
|
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
||
|
|
||
|
{
|
||
|
#r6d.base = import ./r6d-base.nix;
|
||
|
r6d.iso = import ./iso-image/configuration.nix;
|
||
|
}
|