mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11: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: ""
|
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:
|
||||||
|
|
|
@ -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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue