mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
singularity-tools: make extensible
This commit is contained in:
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;
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user