mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Update helper
This commit is contained in:
parent
08676fb81d
commit
92bc667104
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ let
|
|||
done
|
||||
cd $START_DIR
|
||||
'';
|
||||
nf-update = pkgs.writeShellScriptBin "nf-update" ''
|
||||
nix flake update
|
||||
nix flake lock ./trusted --update-input trusted
|
||||
'';
|
||||
in
|
||||
with lib; pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue