add levitate package

sets up a chroot system in tmpfs that will be executed on the next
reboot to enable system maintenance without the regular filesystems
mounted
This commit is contained in:
Daniel Barlow
2023-11-23 20:02:21 +00:00
parent 3df34428d6
commit 5ba14fd915
2 changed files with 77 additions and 0 deletions

View File

@@ -102,4 +102,6 @@ in {
fennel = callPackage ./fennel {};
fennelrepl = callPackage ./fennelrepl {};
anoia = callPackage ./anoia {};
levitate = callPackage ./levitate {};
}