_010editor

010editor 16.0.4

Text and hex editor

https://www.sweetscape.com/010editor/
Unfree
main program: 010editorprograms: -
Platforms (3)
x86_64-darwinaarch64-darwinx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _010editor
];
Ad-hoc shell
nix-shell -p _010editor
Flake (nix run)
nix run nixpkgs#_010editor