index
:
nix.git
main
wayland
null
caroline
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
env.nix
blob: 5d8679e20f6a8de9dd12cd8d56fd4b78808807fc (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
environment
=
{
localBinInPath
=
true
;
};
}