summaryrefslogtreecommitdiff
path: root/modules/nixos/nix-ld.nix
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-03-25 11:14:16 -0500
committerscouckel <james.krinsky@gmail.com>2026-03-25 11:14:16 -0500
commit2a50a86e3faea6deae9adc76572cc543baf678d3 (patch)
tree95e8bb2771a847cfcc51ca90ac6a2de9548b5bec /modules/nixos/nix-ld.nix
parent3406096fa9f5dfd669e0b7a43e3f2227d51b10a7 (diff)
inital move and renaming
Diffstat (limited to 'modules/nixos/nix-ld.nix')
-rw-r--r--modules/nixos/nix-ld.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/modules/nixos/nix-ld.nix b/modules/nixos/nix-ld.nix
deleted file mode 100644
index f35d2ec..0000000
--- a/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