Skip to content

Commit

Permalink
update key
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Aug 7, 2024
1 parent bcad1f1 commit d2cd84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/master"; # Change when #330477 is merged
nixConfig = {
extra-substituters = [ "https://nixcache.mathieurene.com/nur" ];
extra-trusted-public-keys = [ "nixcache.mathieurene.com-1:/HeC3enYzhY920VJrGNSUdMOqXUh3Y/zLo3+f5IZjfM=" ];
extra-trusted-public-keys = [ "nur:/HeC3enYzhY920VJrGNSUdMOqXUh3Y/zLo3+f5IZjfM=" ];
};
outputs = { self, nixpkgs }:
let
Expand Down

0 comments on commit d2cd84a

Please sign in to comment.