More explicitly name all the dependencies in shell.nix #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hzeller/microscope-control:feature-20260222-update-shellnix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add all the relevant tools to compile (only
cargoneeded,rustcis bundled with it in the right version) and develop (
clippyandrustfmtcan then directly be called from cargo;rust-analyzerprovides a useful language server for editor).
Made it possible to override nixpkgs by providing an overridable
pkgs.Not sure if the
LD_LIBRARY_PATHis needed; left it like this fornow.
Signed-off-by: Henner Zeller h.zeller@acm.org
Ah, I thought this was a more complete shell. It was only for xorg stuff for some GUI experiments that I've ripped out since. This looks good, thanks!