fix naming
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 31s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 31s
This commit is contained in:
parent
bce3e96818
commit
fd452f0f05
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: let
|
{ pkgs, ... }: let
|
||||||
python = pkgs.python3.withPackages (ps: with ps; [ pillow argon2 ]);
|
python = pkgs.python3.withPackages (ps: with ps; [ pillow argon2-cffi ]);
|
||||||
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