summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 04:52:59 +0100
committerRory& <root@rory.gay>2025-12-17 04:52:59 +0100
commit01d16bb5b8e347c81bf2a5a9ffdcc05ffa726a7c (patch)
treee066866949b6dd9e4b5b9b66a00cf4eca3a1b439 /.github
parentFix typo (diff)
downloadserver-ts-01d16bb5b8e347c81bf2a5a9ffdcc05ffa726a7c.tar.xz
nix: drop update scripts, drop hashes.json, dependency drvs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-nix-update.yml7
1 files changed, 2 insertions, 5 deletions
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: |