essai build iso

This commit is contained in:
2017-04-11 15:53:22 +02:00
parent 42db758638
commit b51b2588de

10
release.nix Normal file
View File

@@ -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;
}