global/nix: enable nix-ld
This commit is contained in:
parent
d09fc8a2b2
commit
2fb09f4e39
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ with lib;
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nix-ld.enable = mkDefault true;
|
||||||
|
|
||||||
universe.packages = with pkgs; [
|
universe.packages = with pkgs; [
|
||||||
comma
|
comma
|
||||||
nix-diff
|
nix-diff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue