fmt
This commit is contained in:
parent
0fdddb6494
commit
a753e49514
@ -57,7 +57,8 @@
|
|||||||
git-sync = super.git-sync.overrideAttrs (old: {
|
git-sync = super.git-sync.overrideAttrs (old: {
|
||||||
wrapperPath = with lib;
|
wrapperPath = with lib;
|
||||||
makeBinPath ([ pkgs.coreutils pkgs.git pkgs.gnugrep pkgs.gnused ]
|
makeBinPath ([ pkgs.coreutils pkgs.git pkgs.gnugrep pkgs.gnused ]
|
||||||
++ lib.optionals (pkgs.system == "x86-64_linux") [ pkgs.inotify-tools ]);
|
++ lib.optionals (pkgs.system == "x86-64_linux")
|
||||||
|
[ pkgs.inotify-tools ]);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
] else
|
] else
|
||||||
|
Loading…
Reference in New Issue
Block a user