Compare commits
2 Commits
e0fbe37472
...
3f1801fd84
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f1801fd84 | ||
|
|
f68c63590b |
@@ -13,7 +13,6 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
# Ensure the entire system closure and all dependencies are included in the ISO
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.bashInteractive
|
||||
@@ -21,14 +20,6 @@
|
||||
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;
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
Reference in New Issue
Block a user