From bf357e61a9fa3a2fbd448245873839e2c76c38aa Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 30 Aug 2025 11:28:06 -0400 Subject: [PATCH] updated forgejo action --- .forgejo/workflows/flake-updater.yml | 4 ++-- dot_config/flake/home/helide/default.nix | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/flake-updater.yml b/.forgejo/workflows/flake-updater.yml index aa081ac..1a22519 100644 --- a/.forgejo/workflows/flake-updater.yml +++ b/.forgejo/workflows/flake-updater.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/checkout@v4 - name: install nix - uses: DeterminateSystems/determinate-nix-action@v3.5.2 + uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2 with: extra-conf: "lazy-trees = true" - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main with: use-flakehub: false diff --git a/dot_config/flake/home/helide/default.nix b/dot_config/flake/home/helide/default.nix index b1b74c4..1b2d460 100644 --- a/dot_config/flake/home/helide/default.nix +++ b/dot_config/flake/home/helide/default.nix @@ -79,10 +79,7 @@ } } - tab name="shell" { - command=fish - args "-c" "direnv reload" - } + tab name="shell" } ''; };