feat: local install utility

This commit is contained in:
Swarsel 2024-12-18 13:58:49 +01:00
parent 6cba256e0b
commit c47ad454a0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 86 additions and 10 deletions

View file

@ -206,6 +206,11 @@
type = "app";
program = "${self.packages.${system}.bootstrap}/bin/bootstrap";
};
install = {
type = "app";
program = "${self.packages.${system}.swarsel-install}/bin/swarsel-install";
};
});
devShells = forAllSystems (
system: