Key ordering is non-deterministic.
This commit is contained in:
parent
ad5b55c5c7
commit
8ec1376d93
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
publicKey = pkgs.fetchurl {
|
publicKey = pkgs.fetchurl {
|
||||||
url = "https://github.com/jamesepatrick.keys";
|
url = "https://github.com/jamesepatrick.keys";
|
||||||
sha256 = "sha256-kMc9RhU7RmoKQQoS/+dMUNJhDQVaal5sgHhzT4qth8g=";
|
sha256 = "sha256-alm6KRFca4VjzTyVEg+j1s0uKaSfvV76o3sgYNAisSA=";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [ ../. ../system/xdg.nix ];
|
imports = [ ../. ../system/xdg.nix ];
|
||||||
|
|
Reference in New Issue
Block a user