singularity-tools: make extensible

This commit is contained in:
Yueh-Shun Li 2024-08-10 22:34:01 +08:00
parent 3ca6a8c60e
commit e8360a61bc

View File

@ -20,7 +20,7 @@
let
defaultSingularity = singularity;
in
rec {
lib.makeExtensible (final: {
# TODO(@ShamrockLee): Remove after Nixpkgs 24.11 branch-off.
shellScript =
lib.warn
@ -147,4 +147,4 @@ rec {
in
result;
}
})