From c11ae229940d16ff2bc2a2b3ae30d9cfa2058127 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 18 Oct 2023 11:55:51 -0400 Subject: [PATCH] chore: update flake.lock --- common/modules/bash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/bash/default.nix b/common/modules/bash/default.nix index 6702b311..ed185ed5 100644 --- a/common/modules/bash/default.nix +++ b/common/modules/bash/default.nix @@ -131,7 +131,7 @@ ls = "ls -lah --color=auto"; cp = "cp -r"; - chore = "(cd ~/.nix/nixos; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; + chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; tup = "tailscale up --login-server https://headscale.nelim.org";