Updated dependencies

This commit is contained in:
2023-01-28 10:34:43 -08:00
parent 7a8545e60f
commit 9dfdba55c5
3 changed files with 238 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
update = let
update-deps = pkgs.writeShellApplication {
name = "update-deps";
runtimeInputs = with pkgs; [ bundle bundix ];
runtimeInputs = with pkgs; [ bundler bundix ];
text = ''
bundle lock
bundix