Update inotify-tools alias

No longer exists in unstable since https://github.com/NixOS/nixpkgs/pull/192681.
This commit is contained in:
Zhaofeng Li 2022-09-28 18:47:40 -06:00
parent a8e6b999cf
commit 0ee3bb2e62
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ let
environment.systemPackages = with pkgs; [
git # for git flake tests
inotifyTools # for key services build
inotify-tools # for key services build
# HACK: copy stderr to both stdout and stderr
# (the test framework only captures stdout, and only stderr appears on screen during the build)

View file

@ -82,7 +82,7 @@ with builtins; {
serviceConfig = {
Restart = "on-failure";
};
path = [ pkgs.inotifyTools ];
path = [ pkgs.inotify-tools ];
script = ''
if [[ ! -e "${val.path}" ]]; then
>&2 echo "${val.path} does not exist"