This commit is contained in:
2026-04-25 12:43:13 -05:00
parent 794a787a54
commit b2996d750b
9 changed files with 182 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
{ self, inputs, ...}: {
perSystem = { config, system, pkgs, self', inputs', ... }: {
perSystem = { ... }: {
packages.iso = self.nixosConfigurations.iso.config.system.build.isoImage;
};