diff options
author | Soispha <soispha@vhack.eu> | 2023-04-21 09:17:44 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:15 +0200 |
commit | fd5897771f9a72c6b8a70922b7140287c67a7039 (patch) | |
tree | 23702e791ca8b783667865bbda5e6b36c13a271b | |
parent | Chore(treewide): Update (diff) | |
download | nixos-config-fd5897771f9a72c6b8a70922b7140287c67a7039.tar.gz nixos-config-fd5897771f9a72c6b8a70922b7140287c67a7039.zip |
Build(update): Check for duplicates in flake.lock
-rwxr-xr-x | update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update b/update index 720ce72f..38c27247 100755 --- a/update +++ b/update @@ -3,3 +3,5 @@ nix flake update ./home-manager/config/firefox/scripts/update_extensions + +! grep '[^0-9]_[0-9]' flake.lock |