hm: cleanup
This commit is contained in:
parent
a664d6709c
commit
4d7028f2fe
@ -16,7 +16,7 @@
|
|||||||
src = "${git}/share/git-core/templates/hooks/fsmonitor-watchman.sample";
|
src = "${git}/share/git-core/templates/hooks/fsmonitor-watchman.sample";
|
||||||
buildInputs = [gnused];
|
buildInputs = [gnused];
|
||||||
} ''
|
} ''
|
||||||
sed -e 's@/usr@${perl}@' $src > $out
|
sed -e 's@^#!/usr/bin/perl@#!${perl}@' $src > $out
|
||||||
chmod +x $out
|
chmod +x $out
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
@ -33,8 +33,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[glibcLocales]
|
|
||||||
++ (
|
|
||||||
if devEnvironment
|
if devEnvironment
|
||||||
then [
|
then [
|
||||||
go
|
go
|
||||||
@ -46,8 +44,7 @@ in {
|
|||||||
metals
|
metals
|
||||||
coursier
|
coursier
|
||||||
]
|
]
|
||||||
else []
|
else [];
|
||||||
);
|
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user