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 = [ path = [
pkgs.graphviz pkgs.graphviz
pkgs.jq pkgs.jq
pkgs.inotifyTools pkgs.inotify-tools
]; ];
serviceConfig = { serviceConfig = {
ExecStart = pkgs.writers.writeDash "brockman-graph" '' ExecStart = pkgs.writers.writeDash "brockman-graph" ''

View File

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

View File

@ -1,5 +1,5 @@
{ fetchgit, lib, stdenv { 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 { stdenv.mkDerivation {
@ -26,7 +26,7 @@ stdenv.mkDerivation {
curl curl
gnugrep gnugrep
gnused gnused
inotifyTools inotify-tools
jq jq
ncurses ncurses
openssh openssh