summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-11-21 23:58:35 +0100
committerlassulus <lassulus@lassul.us>2022-11-21 23:58:35 +0100
commit8c65e4061ab0bae2a8b921b3939c6a1917583e3b (patch)
tree522da92d81f8b02a667414c386557e7bc5ba6b5a /krebs/5pkgs
parentc6722a692ee47e1316a05f5cb6839c4a11ebbd3f (diff)
hashPassword: use nixpkgs writers
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r--krebs/5pkgs/simple/hashPassword/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/hashPassword/default.nix b/krebs/5pkgs/simple/hashPassword/default.nix
index 3c604be8..8d3ba252 100644
--- a/krebs/5pkgs/simple/hashPassword/default.nix
+++ b/krebs/5pkgs/simple/hashPassword/default.nix
@@ -1,6 +1,6 @@
{ lib, pkgs, ... }:
-pkgs.writeDashBin "hashPassword" ''
+pkgs.writers.writeDashBin "hashPassword" ''
# usage: hashPassword [...]
set -euf