mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix-ld
This commit is contained in:
parent
2cfb136270
commit
014de5c5fe
4 changed files with 11 additions and 1 deletions
8
nixcfgs/modules/nixos/core/nix-ld.nix
Normal file
8
nixcfgs/modules/nixos/core/nix-ld.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue