Add `build_isoimage-pc` and `external_xil` to flake package list.

This commit is contained in:
Whovian NTSN 2024-06-10 21:21:16 -04:00
parent ac94275b93
commit 0f5460aa3a
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@
patches = [ ./home/packages/new_rclone/patches/rclone_8ffe3e462cbf5688c37c54009db09d8dcb486860.diff ];
}
);
build_isoimage-pc = self.nixosConfigurations.isoimage-pc.config.system.build.isoImage;
external_xil = xil.packages.x86_64-linux.xil;
};
};
}