clevis: migrate to by-name

This commit is contained in:
Anderson Torres 2024-03-08 13:17:16 -03:00
parent ff0610c76a
commit 6074811a51
3 changed files with 1 additions and 1 deletions

View File

@ -4496,7 +4496,7 @@ with pkgs;
clevercsv = with python3Packages; toPythonApplication clevercsv;
clevis = callPackage ../tools/security/clevis {
clevis = callPackage ../by-name/cl/clevis/package.nix {
asciidoc = asciidoc-full;
};