nix(refactor): Add buildToolbox to streamline module interface towards shell.nix

This commit is contained in:
Wolfgang Walther
2021-04-18 13:51:39 +02:00
committed by Wolfgang Walther
parent de73ced34a
commit fe497fc438
13 changed files with 94 additions and 91 deletions
+3 -2
View File
@@ -31,6 +31,7 @@ let
overlays =
[
allOverlays.build-toolbox
allOverlays.checked-shell-script
allOverlays.ghr
allOverlays.gitignore
@@ -109,8 +110,8 @@ rec {
postgrest.env;
# Utility for updating the pinned version of Nixpkgs.
nixpkgsUpgrade =
pkgs.callPackage nix/nixpkgs-upgrade.nix { };
nixpkgsTools =
pkgs.callPackage nix/nixpkgstools.nix { };
withTools =
pkgs.callPackage nix/withtools.nix { inherit postgresqlVersions; };