diff options
Diffstat (limited to 'unmoved-modules/nixos/nix-ld.nix')
| -rw-r--r-- | unmoved-modules/nixos/nix-ld.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/unmoved-modules/nixos/nix-ld.nix b/unmoved-modules/nixos/nix-ld.nix deleted file mode 100644 index f35d2ec..0000000 --- a/unmoved-modules/nixos/nix-ld.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ pkgs, ... }: - -{ - programs.nix-ld = { - enable = true; - libraries = with pkgs; [ - # List by default - zlib - zstd - stdenv.cc.cc - curl - openssl - attr - libssh - bzip2 - libxml2 - acl - libsodium - util-linux - xz - systemd - glib - gtk2 - - # other additions - jq - unzip - py7zr - # python3Full - ]; - }; -}
\ No newline at end of file |
