From 841347e2a66c2acff65cc1afd99a0ec7b51cf641 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 20 Feb 2024 20:12:49 +0300 Subject: [PATCH] Nix : Fix update path. --- .config/bash/module/Nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Nix.sh b/.config/bash/module/Nix.sh index c145a09..fae7603 100644 --- a/.config/bash/module/Nix.sh +++ b/.config/bash/module/Nix.sh @@ -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.