add nix-ld

This commit is contained in:
Sridhar Ratnakumar 2024-03-05 15:22:28 -05:00
parent 0a291c1675
commit b0ef743f45

View file

@ -6,5 +6,7 @@
../../nixos/nix.nix
];
programs.nix-ld.enable = true; # For vscode-server
virtualisation.docker.enable = true;
}