This commit is contained in:
Daylin Morgan 2025-01-23 14:44:40 -06:00
parent 2e09d81108
commit a5a85aaf7f
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,6 @@ on:
default: "" default: ""
type: string type: string
# schedule: # schedule:
# # At minute 00:00 on Monday, Wednesday, and Friday. # # At minute 00:00 on Monday, Wednesday, and Friday.
# - cron: 0 0 * * 1,3,5 # - cron: 0 0 * * 1,3,5
@ -71,7 +70,6 @@ jobs:
-- --
${{ env.nix-flags }} ${{ env.nix-flags }}
- name: Commit Updates - name: Commit Updates
uses: daylin-bot/actions/commit-and-push@main uses: daylin-bot/actions/commit-and-push@main
with: with:

View file

@ -29,5 +29,5 @@
}; };
}; };
environment.systemPackages = [pkgs.stable.quarto]; environment.systemPackages = [ pkgs.stable.quarto ];
} }

View file

@ -5,7 +5,7 @@
Could make an `oizys check` command: Could make an `oizys check` command:
- `check lock` could encapsulate any diagnostic code I want to run that does things like check for too many "inputs". - `check lock` could encapsulate any diagnostic code I want to run that does things like check for too many "inputs".
essentially getting the same output as this `jq < flake.lock '.nodes | keys[] | select(contains("_"))` essentially getting the same output as this `jq < flake.lock '.nodes | keys[] | select(contains("_"))`
- `check cache <path>` check for the narinfo in my cache given some nix store path - `check cache <path>` check for the narinfo in my cache given some nix store path
## software ## software