From 628cb0ab06332086a7ea022bcebfb69d95c38068 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Tue, 25 Jun 2024 17:35:19 +0200 Subject: Import rules instead of hard-coding --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.nix') 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 = '' -- cgit v1.2.3