mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
build: update flake lock
This commit is contained in:
parent
3dcf5795f3
commit
5870611776
4 changed files with 700 additions and 35 deletions
|
|
@ -31,7 +31,7 @@ let
|
|||
nf-update = pkgs.writeShellScriptBin "nf-update" ''
|
||||
nix flake update
|
||||
if [[ -n $TRUSTED ]]; then
|
||||
nix flake lock ./flake/trusted --update-input trusted
|
||||
nix flake lock ./trusted --update-input trusted
|
||||
fi
|
||||
'';
|
||||
sumireko-apply = pkgs.writeShellScriptBin "sumireko-apply" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue