mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-21 07:38:54 -05:00
i am bashing my head agianst a wall
This commit is contained in:
parent
ddd513d16e
commit
9ab85510bf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkScript = { name, version ? "0.0.1", file, env ? [ ] }:
|
|||
export PATH="$i/bin:$PATH"
|
||||
done
|
||||
|
||||
exec ${bash}/bin/bash ${file} $@
|
||||
exec ${pkgs.bash}/bin/bash ${file} $@
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Reference in a new issue