mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: catchup local installer to remote
This commit is contained in:
parent
665abecc5b
commit
cb47c8e13e
7 changed files with 347 additions and 64 deletions
|
|
@ -218,6 +218,11 @@
|
|||
program = "${self.packages.${system}.swarsel-install}/bin/swarsel-install";
|
||||
};
|
||||
|
||||
postinstall = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.swarsel-postinstall}/bin/swarsel-postinstall";
|
||||
};
|
||||
|
||||
rebuild = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.swarsel-rebuild}/bin/swarsel-rebuild";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue