Added porecry package

This commit is contained in:
fleaz 2025-07-30 16:22:45 +02:00
parent 2344fc3edb
commit 04a956bad8
5 changed files with 24 additions and 4 deletions

View file

@ -46,6 +46,8 @@
# });
salt-lint = prev.callPackage ./salt-lint { };
#intel-compute-runtime-legacy1 = prev.callPackage ./intel-compute-runtime-legacy1 { };
kubecrypt = prev.callPackage ./kubecrypt { };
porecry = prev.callPackage ./porecry { };
};
};
}