diff options
author | Mihai Fufezan <[email protected]> | 2023-07-06 13:02:56 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-07-06 13:02:56 +0300 |
commit | bc34713b29fccff94deff116a287f532b70f9c55 (patch) | |
tree | a027fc052aeabc1bfd01c5f1ccb81ee300f47e06 /.github | |
parent | 0c974b72365ffaa69d52ee39944f61709b9e1a81 (diff) | |
download | Hyprland-bc34713b29fccff94deff116a287f532b70f9c55.tar.gz Hyprland-bc34713b29fccff94deff116a287f532b70f9c55.zip |
Nix CI: fix typo
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nix-update-inputs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-update-inputs.yaml b/.github/workflows/nix-update-inputs.yaml index 3711388d..473b7402 100644 --- a/.github/workflows/nix-update-inputs.yaml +++ b/.github/workflows/nix-update-inputs.yaml @@ -22,7 +22,7 @@ jobs: experimental-features = nix-command flakes - name: Update lockfile - run: nix/update-nixpkgs.sh + run: nix/update-inputs.sh - uses: cachix/cachix-action@v12 with: |