feat-mkupdate #1

Merged
dln merged 3 commits from feat-mkupdate into main 2024-09-27 20:33:42 +02:00
Showing only changes of commit 6bfea7a54f - Show all commits

View file

@ -58,7 +58,6 @@
packages.x86_64-linux = {
default = self.packages.x86_64-linux.patos_image;
patos_image = self.lib.mkInstallImage self.nixosConfigurations.patos;
patos_update = self.lib.mkUpdate self.nixosConfigurations.patos;
@ -91,5 +90,6 @@
];
};
};
};
}