mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hmm?
This commit is contained in:
parent
4559f5f9c4
commit
ccb6890f93
3 changed files with 14 additions and 9 deletions
|
|
@ -38,7 +38,7 @@ with lib; {
|
|||
step.flake-update = {
|
||||
name = "flake update build";
|
||||
order = 500;
|
||||
run = "nix run .#nf-update";
|
||||
run = "${channels.nixpkgs.lix}/bin/nix run .#nf-update";
|
||||
env = {
|
||||
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue