mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
flake.nix: add mount developer environment
Signed-off-by: Kayla Firestack <dev@kaylafire.me>
This commit is contained in:
parent
7fa98d93f6
commit
96f55bdb32
@ -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; };
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user