k: inotifyTools -> inotify-tools
This commit is contained in:
parent
fe36ff0c8e
commit
c3bc2f79d5
@ -44,7 +44,7 @@
|
||||
path = [
|
||||
pkgs.graphviz
|
||||
pkgs.jq
|
||||
pkgs.inotifyTools
|
||||
pkgs.inotify-tools
|
||||
];
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writers.writeDash "brockman-graph" ''
|
||||
|
@ -69,7 +69,7 @@ with import <stockholm/lib>;
|
||||
path = [
|
||||
pkgs.coreutils
|
||||
pkgs.findutils
|
||||
pkgs.inotifyTools
|
||||
pkgs.inotify-tools
|
||||
];
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writeDash "permown" ''
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user