k: inotifyTools -> inotify-tools
This commit is contained in:
parent
fe36ff0c8e
commit
c3bc2f79d5
@ -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" ''
|
||||||
|
@ -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" ''
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user