mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
5 lines
79 B
Nix
5 lines
79 B
Nix
{ lib, ... }: let
|
|
inherit (lib) enabled;
|
|
in {
|
|
programs.nix-ld = enabled;
|
|
}
|