diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-14 15:13:13 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-14 15:13:13 +0200 |
commit | 660330f0401d584683a9c183b40c66a514988ea9 (patch) | |
tree | 9f1833205812b8e88b6059849d30b3db159ae2c7 /modules/home.legacy/pkgs/default.nix | |
parent | modules/mpd/mpc: Avoid using outdated configure argument for mpp-lyrics (diff) | |
download | nixos-config-660330f0401d584683a9c183b40c66a514988ea9.zip |
modules/legacy/pkgs: Add fupdate-{flake,sys}
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/pkgs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 31942f0d..9cb360f4 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -85,7 +85,8 @@ with pkgs; let SystemUpdate = [ fupdate # Generic update tool. - update-sys # System update tool (meant to slot into `fupdate`). + fupdate-sys # System update tool (meant to slot into `fupdate`). + fupdate-flake # Nix flake update tool (meant to slot into `fupdate`). ]; FileListers = [ |