lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

direnv: fix path to bash

+1 -1
+1 -1
pkgs/tools/misc/direnv/default.nix
··· 14 14 buildInputs = [ go ]; 15 15 16 16 buildPhase = '' 17 - make BASH_PATH=${bash} 17 + make BASH_PATH=${bash}/bin/bash 18 18 ''; 19 19 20 20 installPhase = ''