nix: drop update scripts, drop hashes.json, dependency drvs

This commit is contained in:
Rory&
2025-12-17 04:52:59 +01:00
parent 2acfa098ce
commit 01d16bb5b8
5 changed files with 9 additions and 50 deletions

View File

@@ -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: |