summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-09-27 12:24:05 +0200
committerlassulus <lassulus@lassul.us>2022-09-27 12:24:05 +0200
commitc3bc2f79d55653051bf8ec6c4f8d68046de77c3d (patch)
tree39f144e232a9d6787e33ab60d5a5cc5249a6b179
parentfe36ff0c8e9f47a5dcf30d90df33d7ee99a13536 (diff)
k: inotifyTools -> inotify-tools
-rw-r--r--krebs/2configs/news.nix2
-rw-r--r--krebs/3modules/permown.nix2
-rw-r--r--krebs/5pkgs/simple/cac-api/default.nix4
3 files changed, 4 insertions, 4 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix
index 9e2cec10..3649aeee 100644
--- a/krebs/2configs/news.nix
+++ b/krebs/2configs/news.nix
@@ -44,7 +44,7 @@
path = [
pkgs.graphviz
pkgs.jq
- pkgs.inotifyTools
+ pkgs.inotify-tools
];
serviceConfig = {
ExecStart = pkgs.writers.writeDash "brockman-graph" ''
diff --git a/krebs/3modules/permown.nix b/krebs/3modules/permown.nix
index ca81e2ea..a4dd4038 100644
--- a/krebs/3modules/permown.nix
+++ b/krebs/3modules/permown.nix
@@ -69,7 +69,7 @@ with import <stockholm/lib>;
path = [
pkgs.coreutils
pkgs.findutils
- pkgs.inotifyTools
+ pkgs.inotify-tools
];
serviceConfig = {
ExecStart = pkgs.writeDash "permown" ''
diff --git a/krebs/5pkgs/simple/cac-api/default.nix b/krebs/5pkgs/simple/cac-api/default.nix
index 5f37f668..59cd36cd 100644
--- a/krebs/5pkgs/simple/cac-api/default.nix
+++ b/krebs/5pkgs/simple/cac-api/default.nix
@@ -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