From 01d16bb5b8e347c81bf2a5a9ffdcc05ffa726a7c Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 17 Dec 2025 04:52:59 +0100 Subject: nix: drop update scripts, drop hashes.json, dependency drvs --- .github/workflows/dependabot-nix-update.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependabot-nix-update.yml b/.github/workflows/dependabot-nix-update.yml index 4e594dfc..3e80884b 100644 --- a/.github/workflows/dependabot-nix-update.yml +++ b/.github/workflows/dependabot-nix-update.yml @@ -19,11 +19,8 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - name: Configure Cache - uses: DeterminateSystems/magic-nix-cache-action@main - - - name: Update Hash - run: nix run .#update-nix + - name: Update Nix Flake + run: nix flake update --extra-experimental-features 'nix-command flakes' - name: Set up Git Config run: | -- cgit 1.5.1