Merge branch 'main' into feat-mkupdate

This commit is contained in:
Daniel Lundin 2024-09-18 00:00:34 +02:00
commit 6bfea7a54f
Signed by: dln
SSH key fingerprint: SHA256:0H/IZ+MKD7h7/8vY+3lUvUwBCXze+y+5bD7hd4fXHTs

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 @@
];
};
};
};
}