aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-09-30 13:12:39 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-09-30 13:12:39 -0700
commit0450775c0672388bd03b9764e4dc974d65bdfc40 (patch)
treeb975e60940cd51d0993a1cc84284ef6f264ea230 /hosts
parentd949b587d48d0a79a6255017f376fa47cd5c6938 (diff)
downloadnix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar.gz
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar.bz2
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar.lz
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar.xz
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.tar.zst
nix-0450775c0672388bd03b9764e4dc974d65bdfc40.zip
Add nss to nix-ld @caladan
Diffstat (limited to '')
-rw-r--r--hosts/caladan/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix
index e347506..5cb1f17 100644
--- a/hosts/caladan/default.nix
+++ b/hosts/caladan/default.nix
@@ -139,6 +139,7 @@
pkgs.freetype
pkgs.glib
pkgs.nspr
+ pkgs.nss
];
};