quick-nix-registry
quick-nix-registry copied to clipboard
non-NixOS usage?
Is it possible to use this on non-NIXOS distro?
Unfortunately not. The first line of the readme specifies that this will only work with NixOS and flakes, since it relies on NixOS modules to setup the systemd service and timer. You could fairly easily imitate this setup on non-NixOS systems with a bit of effort though.
It's also possible that we could add a home-manager module and/or nix-darwin module at some point though.