nixos-config-priv/systems/common/core/nix-ld.nix

7 lines
84 B
Nix

# https://github.com/Mic92/nix-ld
{
programs.nix-ld = {
enable = true;
};
}