commit 8dd15261bfd8aec4d351600e556e38fead5f2b0d parent 6a966da5a96ada29f9fe39868a08bda267f5c8e4 Author: Crazazy <crazazy@tilde.cafe> Date: Thu, 1 Dec 2022 09:56:39 +0100 add nix-ld for matlab reasons i guess Diffstat:
M | nixos.org | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/nixos.org b/nixos.org @@ -97,6 +97,11 @@ stuff #+begin_src nix { nix.package = pkgs.nixVersions.stable; + programs.nix-ld = { + enable = true; + # use all the libraries that AppImage uses to load an image + libraries = with pkgs; [fuse] ++ (with appimageTools.defaultFhsEnvArgs; multiPkgs pkgs ++ targetPkgs pkgs); + }; nixpkgs.config.allowUnfree = true; nixpkgs.overlays = [ (final: prev: {