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}" ]; }