1

feat: nix-ld for ootb uv support

This commit is contained in:
Himadri Bhattacharjee
2025-05-18 18:17:42 +05:30
parent 2394b7388a
commit 84742e0892
3 changed files with 32 additions and 1 deletions

View File

@@ -116,6 +116,10 @@
};
programs.fish.enable = true;
programs.nix-ld.dev.enable = true;
programs.nix-ld.libraries = [
pkgs.stdenv.cc.cc.lib
];
# Enable nix-command for search and flakes
nix.settings.experimental-features = [