Closed VzxPLnHqr closed 1 month ago
Thanks for sharing, this is really neat!
Merged in eb664e5ab7abeb056abadff673c4358879524f46
@VzxPLnHqr I have no idea how nix packaging works, but if you want to get this included in the distro, feel free. I opened https://github.com/NixOS/nixpkgs/issues/343799
qr-backup
is a neat tool you created! I was having trouble getting it to run on a NixOS system so I made a little nix flake which gives a reasonable development environment.Now all I (or anyone else who has Nix installed) need to do is just enter the directory and run
nix develop --impure
. After that, runningqr-backup <your file>
should work fine on any NIx/Nixos system.Realistically this flake should be improved and made much simpler, so I doubt you would want to merge this particular attempt. Rather, I just wanted to provide an example for you.