From b3d3c983c2275ee13c2995d91fcfd6949637c41c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 28 Oct 2024 13:43:22 +0100 Subject: [PATCH] nixd spelling --- system-modules/nixd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-modules/nixd.nix b/system-modules/nixd.nix index 78cad0b..f40fb89 100644 --- a/system-modules/nixd.nix +++ b/system-modules/nixd.nix @@ -1,4 +1,4 @@ { inputs, ... }: { - nix.nixPath = [ "nixpgs=${inputs.nixpkgs}" ]; + nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; }