diff options
Diffstat (limited to '')
| -rw-r--r-- | scripts/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/common.nix b/scripts/common.nix new file mode 100644 index 0000000..931480c --- /dev/null +++ b/scripts/common.nix @@ -0,0 +1,4 @@ +{ pkgs }: +[ + (pkgs.writeScriptBin "update-deps" "nix flake update --commit-lock-file") +] |
