add liminix-rebuild command

This commit is contained in:
Daniel Barlow
2023-05-17 15:03:45 +01:00
parent b0a0fdcfcc
commit b1f4db00a0
3 changed files with 17 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
installPhase = ''
mkdir -p $out/bin
cp min-copy-closure.sh $out/bin/min-copy-closure
cp liminix-rebuild.sh $out/bin/liminix-rebuild
'';
}