From 51f6c106608c56dcc8664b9025376eed293a58da Mon Sep 17 00:00:00 2001 From: Mateusz Lenik Date: Sun, 18 Jul 2021 16:33:03 +0200 Subject: [PATCH] shell.nix: add git to targetPkgs nix-shell attempts to use packages from the system and fails to find git installed via users.users..packages. Adding it to targetPkgs resolves the issue and makes the dependency explicit. Change-Id: Ie0c3e48065174a5032ced9c31236f65255483d08 --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 1b504cfa..de3db3c5 100644 --- a/shell.nix +++ b/shell.nix @@ -27,6 +27,7 @@ in (pkgs.buildFHSUserEnv { gcc binutils pwgen tmate + git ]; multiPkgs = pkgs: [ (pkgs.runCommand "protocols" {}