From: Sandro Date: Sun, 4 Feb 2024 14:41:39 +0000 (+0100) Subject: Flake cleanup and make usable in a system configuration (#316) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7c7a3209ac08661beeca6c31222317de7361110a?ds=inline;hp=7c7a3209ac08661beeca6c31222317de7361110a Flake cleanup and make usable in a system configuration (#316) * Do not rely on the flake registry to resolve nixpkgs This can cause using the wrong nixpkgs if people have overwritten it locally * Misc cleanup * Migrate off deprecated defaultPackage/defaultApp * Don't install executable under $out/usr/bin If the flake is used in a system configuration then now executable gets linked and appears in PATH * Update flake.nix --------- Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> ---