singularity-tools: make extensible

This commit is contained in:
Yueh-Shun Li
2024-08-11 13:22:39 +08:00
parent 3ca6a8c60e
commit e8360a61bc
@@ -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;
}
})