From 45fbe5d7b245f35530cb5694c37752e57d9e2378 Mon Sep 17 00:00:00 2001 From: tdpeuter Date: Fri, 24 Mar 2023 08:20:21 +0100 Subject: [PATCH] Fix no flake found for update script --- nixos/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/update.sh b/nixos/update.sh index a428bdc..7efc587 100755 --- a/nixos/update.sh +++ b/nixos/update.sh @@ -1,2 +1,4 @@ #!/usr/bin/env bash +pushd ~/projects/sisyphus/nixos/ nix flake update +popd