From 701bcdbead7597cddd3fc92a3581da95a138ef45 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 19 May 2023 22:11:38 -0400 Subject: nixos: fix typos --- nixos/modules/programs/nix-ld.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/programs/nix-ld.nix') diff --git a/nixos/modules/programs/nix-ld.nix b/nixos/modules/programs/nix-ld.nix index 9a12b4ca5c7..f0c265f0e5a 100644 --- a/nixos/modules/programs/nix-ld.nix +++ b/nixos/modules/programs/nix-ld.nix @@ -2,7 +2,7 @@ let cfg = config.programs.nix-ld; - # TODO make glibc here configureable? + # TODO make glibc here configurable? nix-ld-so = pkgs.runCommand "ld.so" {} '' ln -s "$(cat '${pkgs.stdenv.cc}/nix-support/dynamic-linker')" $out ''; -- cgit 1.4.1