Nix : Fix update path.
This commit is contained in:
parent
6861e991e1
commit
841347e2a6
|
@ -23,7 +23,7 @@ function nix_switch() {
|
|||
# Update system versions.
|
||||
# Usage: nix_update
|
||||
function nix_update() {
|
||||
nix flake update --flake "${_nix_system_config}"
|
||||
nix flake update "${_nix_system_config}"
|
||||
}
|
||||
|
||||
# Free up root space.
|
||||
|
|
Reference in a new issue