add argon to deps
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 8s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 8s
This commit is contained in:
parent
ea1c5b81c5
commit
bce3e96818
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: let
|
{ pkgs, ... }: let
|
||||||
python = pkgs.python3.withPackages (ps: [ ps.pillow ]);
|
python = pkgs.python3.withPackages (ps: with ps; [ pillow argon2 ]);
|
||||||
script = let
|
script = let
|
||||||
version = "v1.20.18";
|
version = "v1.20.18";
|
||||||
in pkgs.fetchurl {
|
in pkgs.fetchurl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue