From ef09347fa953ab3c44c4a93d1886324551df0dea Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Wed, 6 Mar 2024 04:46:45 +0000 Subject: [PATCH] Enable nix-ld --- system/profile/base.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/profile/base.nix b/system/profile/base.nix index c00565a..d20f89c 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -33,6 +33,9 @@ in # Allow unfree packages nixpkgs.config.allowUnfree = true; + # this allows non-NixOS binaries to run on NixOS. + programs.nix-ld.enable = true; + # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.