summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index b89488b..2a1b356 100644
--- a/shell.nix
+++ b/shell.nix
@@ -7,6 +7,7 @@ let
pkgs = import nixpkgs {};
nix-dependencies = import ./nix-dependencies { nixpkgs = pkgs; } ;
+ update-deps = import ./nix-import-tools { nixpkgs = pkgs; } ;
in pkgs.mkShell rec {
@@ -14,6 +15,7 @@ in pkgs.mkShell rec {
buildInputs = with pkgs; [
niv
+ update-deps
];
shellHook = ''