diff options
author | lassulus <lassulus@lassul.us> | 2022-11-21 23:58:35 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-11-21 23:58:35 +0100 |
commit | 8c65e4061ab0bae2a8b921b3939c6a1917583e3b (patch) | |
tree | 522da92d81f8b02a667414c386557e7bc5ba6b5a /krebs/5pkgs | |
parent | c6722a692ee47e1316a05f5cb6839c4a11ebbd3f (diff) |
hashPassword: use nixpkgs writers
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/simple/hashPassword/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/hashPassword/default.nix b/krebs/5pkgs/simple/hashPassword/default.nix index 3c604be80..8d3ba2525 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 |