Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0fbe37472 | |||
| d95f7601da | |||
| c57c1994c9 | |||
| 2f2a305df4 | |||
| 30c2146687 | |||
| ccd5adc6c7 | |||
| 5777be80ac | |||
| d3a1665c75 | |||
| 0b353a3ec8 | |||
| b23525df78 | |||
| 4c218190c3 |
@@ -13,6 +13,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
# Ensure the entire system closure and all dependencies are included in the ISO
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.bashInteractive
|
pkgs.bashInteractive
|
||||||
@@ -20,6 +21,14 @@
|
|||||||
targetSystemBuild.toplevel
|
targetSystemBuild.toplevel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Explicitly include the system closure in the ISO image to prevent any need to build or fetch
|
||||||
|
isoImage.contents = [
|
||||||
|
{
|
||||||
|
source = targetSystem;
|
||||||
|
target = "/system";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = hostPlatform;
|
nixpkgs.hostPlatform = hostPlatform;
|
||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
|
|||||||
Reference in New Issue
Block a user