From 8ec1376d931319b14ece856d72b8acf31faad147 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 26 Apr 2022 18:44:11 -0400 Subject: [PATCH] Key ordering is non-deterministic. --- modules/profiles/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/minimal.nix b/modules/profiles/minimal.nix index ce68c36..5145b06 100644 --- a/modules/profiles/minimal.nix +++ b/modules/profiles/minimal.nix @@ -3,7 +3,7 @@ let publicKey = pkgs.fetchurl { url = "https://github.com/jamesepatrick.keys"; - sha256 = "sha256-kMc9RhU7RmoKQQoS/+dMUNJhDQVaal5sgHhzT4qth8g="; + sha256 = "sha256-alm6KRFca4VjzTyVEg+j1s0uKaSfvV76o3sgYNAisSA="; }; in { imports = [ ../. ../system/xdg.nix ];