nixos-config/system/nix-ld.nix
Felix Schröter 2d1925d0c5
fix(system): remove nix-alien again
Does not work with custom nixpkgs, and I do not want to add another
nixpkgs input just for nix-alien.
2025-05-18 15:53:10 +02:00

5 lines
47 B
Nix

{ ... }:
{
programs.nix-ld.enable = true;
}