Nix : Fix update path.

This commit is contained in:
Dmitry Voronin 2024-02-20 20:12:49 +03:00
parent 6861e991e1
commit 841347e2a6

View file

@ -23,7 +23,7 @@ function nix_switch() {
# Update system versions. # Update system versions.
# Usage: nix_update # Usage: nix_update
function nix_update() { function nix_update() {
nix flake update --flake "${_nix_system_config}" nix flake update "${_nix_system_config}"
} }
# Free up root space. # Free up root space.