essai build iso
parent
42db758638
commit
b51b2588de
@ -0,0 +1,10 @@
|
||||
{ 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;
|
||||
}
|
Loading…
Reference in New Issue