hashPassword: use nixpkgs writers
This commit is contained in:
parent
c6722a692e
commit
8c65e4061a
@ -1,6 +1,6 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
pkgs.writeDashBin "hashPassword" ''
|
||||
pkgs.writers.writeDashBin "hashPassword" ''
|
||||
# usage: hashPassword [...]
|
||||
set -euf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user