mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 07:04:17 -06:00
treefmt
This commit is contained in:
parent
2e09d81108
commit
a5a85aaf7f
3 changed files with 2 additions and 4 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -17,7 +17,6 @@ on:
|
|||
default: ""
|
||||
type: string
|
||||
|
||||
|
||||
# schedule:
|
||||
# # At minute 00:00 on Monday, Wednesday, and Friday.
|
||||
# - cron: 0 0 * * 1,3,5
|
||||
|
@ -71,7 +70,6 @@ jobs:
|
|||
--
|
||||
${{ env.nix-flags }}
|
||||
|
||||
|
||||
- name: Commit Updates
|
||||
uses: daylin-bot/actions/commit-and-push@main
|
||||
with:
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.stable.quarto];
|
||||
environment.systemPackages = [ pkgs.stable.quarto ];
|
||||
}
|
||||
|
|
2
todo.md
2
todo.md
|
@ -5,7 +5,7 @@
|
|||
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".
|
||||
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
|
||||
|
||||
## software
|
||||
|
|
Loading…
Reference in a new issue