nix: add update-nix-fetchgit to shell

This commit is contained in:
Robert Vollmert
2022-09-19 20:49:11 +02:00
committed by Robert
parent d5e662567b
commit efd65ff1f4
2 changed files with 4 additions and 6 deletions
+1
View File
@@ -40,6 +40,7 @@ lib.overrideDerivation postgrest.env (
pkgs.cabal2nix
pkgs.git
pkgs.postgresql
pkgs.update-nix-fetchgit
postgrest.hsie.bin
]
++ toolboxes;