mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: make flake update use wrapped package
This commit is contained in:
parent
845afbeaf5
commit
62f9200c84
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ in {
|
||||||
step.flake-update = {
|
step.flake-update = {
|
||||||
name = "flake update build";
|
name = "flake update build";
|
||||||
order = 500;
|
order = 500;
|
||||||
run = "${buildAllSystems}/bin/build-systems";
|
run = "nix run .#nf-update";
|
||||||
env = {
|
env = {
|
||||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||||
DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";
|
DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue