npingler: unstable-2025-08-21 -> unstable-2025-08-24

This includes a number of features and bugfixes, including:
- Improved profile path detection
- Improved logging
- `sudo` commands are not run when the're not needed
- Derivations can now be diffed with commands like `nix-diff` or `nvd`
- Args like `--verbose` or `--dry-run` can now be given in any position,
  including after subcommands
- You can now run `npingler build` to build a new profile without
  switching to it
This commit is contained in:
Rebecca Turner
2025-08-24 16:46:40 -07:00
parent 6e77d59add
commit c578e45f5d
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage {
pname = "npingler";
version = "unstable-2025-08-21";
version = "unstable-2025-08-24";
src = fetchFromGitHub {
owner = "9999years";
repo = "npingler";
rev = "de47bb5c5c188ba3b36958c2284dbc6d24f2687f";
hash = "sha256-4Q8oG2iem9dgsTTEFfhyw2rPAxtXdGx+Uhb/9uAdUy4=";
rev = "b897098be1df890b669dc734edcb10bf8fc798cb";
hash = "sha256-mMwfonIP8fnJDNdl9ANhLmYlM8tPLtBCWNIPSRBT/D4=";
};
cargoHash = "sha256-wTW0cwi6C2WRlH2ifPMTdLAEZg4VbE5Jr5Mh+e+SjaM=";
cargoHash = "sha256-VhMpgrNy0NauwBSCR+5vjod9H216HPC+rdQUIFVjnRg=";
meta = {
description = "Nix profile manager for use with npins";