diff options
author | lassulus <lassulus@lassul.us> | 2022-09-27 12:24:05 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-09-27 12:24:05 +0200 |
commit | c3bc2f79d55653051bf8ec6c4f8d68046de77c3d (patch) | |
tree | 39f144e232a9d6787e33ab60d5a5cc5249a6b179 /krebs | |
parent | fe36ff0c8e9f47a5dcf30d90df33d7ee99a13536 (diff) |
k: inotifyTools -> inotify-tools
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/news.nix | 2 | ||||
-rw-r--r-- | krebs/3modules/permown.nix | 2 | ||||
-rw-r--r-- | krebs/5pkgs/simple/cac-api/default.nix | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix index 9e2cec10a..3649aeeea 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 ca81e2ea5..a4dd40386 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 5f37f6682..59cd36cde 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 |