From f7f284d8b8c0413baab1de88f72f0cf10537ad86 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sun, 6 Oct 2024 11:56:49 +0100 Subject: [PATCH] fix typo --- hosts/arrakis/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 1c7b835..5dc5bad 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -50,7 +50,6 @@ in authorizedKeys = pkgs.fetchurl { url = "https://github.com/naps62.keys"; sha256 = "sha256-dP8LjaburPwfIr2jhly9rMwOLJyUkQP7Em5IKH/qXbY="; - ../common/pr }; in pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);