mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-08 18:56:18 +01:00
f28642532d
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
7 lines
183 B
Nix
7 lines
183 B
Nix
# SPDX-FileCopyrightText: 2025 Gergely Nagy
|
|
# SPDX-FileContributor: Gergely Nagy
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
_: _final: prev: {
|
|
iocaine = prev.callPackage ./iocaine.nix { };
|
|
}
|