k: inotifyTools -> inotify-tools

This commit is contained in:
lassulus 2022-09-27 12:24:05 +02:00
parent fe36ff0c8e
commit c3bc2f79d5
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
path = [
pkgs.graphviz
pkgs.jq
pkgs.inotifyTools
pkgs.inotify-tools
];
serviceConfig = {
ExecStart = pkgs.writers.writeDash "brockman-graph" ''

View File

@ -69,7 +69,7 @@ with import <stockholm/lib>;
path = [
pkgs.coreutils
pkgs.findutils
pkgs.inotifyTools
pkgs.inotify-tools
];
serviceConfig = {
ExecStart = pkgs.writeDash "permown" ''

View File

@ -1,5 +1,5 @@
{ fetchgit, lib, stdenv
, bc, cac-cert, coreutils, curl, dash, gnugrep, gnused, inotifyTools, jq, ncurses, openssh, sshpass
, bc, cac-cert, coreutils, curl, dash, gnugrep, gnused, inotify-tools, jq, ncurses, openssh, sshpass
}:
stdenv.mkDerivation {
@ -26,7 +26,7 @@ stdenv.mkDerivation {
curl
gnugrep
gnused
inotifyTools
inotify-tools
jq
ncurses
openssh