add script to update external inputs

This commit is contained in:
oxapentane - 2023-05-03 00:19:57 +02:00
parent b65be63b70
commit 494d3c8d35
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 12 additions and 0 deletions

12
update-external-inputs.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
# Updates all the non-tlms inputs. Can be run against release (or
# whatever have you) without being afraid of pulling in a broken
# master of a service
nix flake lock \
--update-input nixpkgs \
--update-input naersk \
--update-input microvm \
--update-input sops-nix \
--update-input flake-utils