flake.nix: add mount developer environment

Signed-off-by: Kayla Firestack <dev@kaylafire.me>
This commit is contained in:
Kayla Firestack 2021-10-19 15:30:45 -04:00
parent 7fa98d93f6
commit 96f55bdb32

View File

@ -50,5 +50,6 @@
devShell = devShells.tools; devShell = devShells.tools;
devShells.tools = pkgs.bcachefs.tools.override { inShell = true; }; devShells.tools = pkgs.bcachefs.tools.override { inShell = true; };
devShells.mount = pkgs.bcachefs.mount.override { inShell = true; };
}); });
} }