essai build iso
This commit is contained in:
10
release.nix
Normal file
10
release.nix
Normal 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user