enable nix-ld

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-02 11:35:16 -05:00
parent e9856cb8d8
commit cf54a22e23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
];
security.polkit.enable = true;
programs.nix-ld.enable = true;
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];