forked from DGNum/colmena
Update inotify-tools alias
No longer exists in unstable since https://github.com/NixOS/nixpkgs/pull/192681.
This commit is contained in:
parent
a8e6b999cf
commit
0ee3bb2e62
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue