From 6b0fd8d0197eccd18a6e079e5d9c58d40002ba44 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 Jan 2023 08:33:46 +0100 Subject: ... --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index f5c0d625..5f883cd1 100644 --- a/shell.nix +++ b/shell.nix @@ -3,11 +3,9 @@ let pkgs = self.legacyPackages.${system}; utils = import ./utils { inherit (nixpkgs) lib; }; inherit (utils) nixImport; - - tools = nixImport rec { dir = ./tools; _import = _path: name: import "${toString dir}/${name}" inputs; }; in pkgs.mkShell { name = "nixos"; - nativeBuildInputs = builtins.attrValues tools ++ (with pkgs; [ + nativeBuildInputs = builtins.attrValues self.packages.${system} ++ (with pkgs; [ sops wireguard-tools gup -- cgit v1.2.3