enable nix-ld on pc
This commit is contained in:
parent
7a1600139b
commit
03de308a9e
1 changed files with 9 additions and 0 deletions
|
|
@ -91,6 +91,15 @@
|
|||
"nvidia_uvm"
|
||||
];
|
||||
|
||||
programs = {
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libc
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue