nix-config/hosts/desktop/nix-ld.nix
2024-09-20 23:18:44 +02:00

8 lines
101 B
Nix

{ pkgs, ... }:
{
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
];
}