Skip to content

Commit 18bb415

Browse files
committed
add 'Postinstall' stub
1 parent edcc68b commit 18bb415

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/install-nix-from-closure.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,17 @@ installNix() {
807807
mainInstallNix
808808
}
809809

810+
}
811+
812+
813+
###############################
814+
### Postinstall
815+
###############################
816+
{
817+
818+
postinstall() {
819+
}
820+
810821
}
811822
added=
812823
if [ -z "$NIX_INSTALLER_NO_MODIFY_PROFILE" ]; then

0 commit comments

Comments
 (0)