1
0
Fork 0

shell.nix: add git to targetPkgs

nix-shell attempts to use packages from the system and fails to find git
installed via users.users.<name>.packages.  Adding it to targetPkgs
resolves the issue and makes the dependency explicit.

Change-Id: Ie0c3e48065174a5032ced9c31236f65255483d08
master
mlen 2021-07-18 16:33:03 +02:00 committed by mlen
parent 21be807b05
commit 51f6c10660
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ in (pkgs.buildFHSUserEnv {
gcc binutils
pwgen
tmate
git
];
multiPkgs = pkgs: [
(pkgs.runCommand "protocols" {}