Skip to content

Commit 7c2174c

Browse files
authoredMar 12, 2025··
CI: update cachix public key for Nix (#5364)
CI: update cachix public key Update cachix public key for nix after recreation of cache. following instructions at #3906 (comment)
1 parent 0ff7a28 commit 7c2174c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
nixConfig = {
55
extra-substituters = [ "https://osgeo-grass.cachix.org" ];
6-
extra-trusted-public-keys = [ "osgeo-grass.cachix.org-1:rLnUl3u0ikSIudZ/oBfTqTL7mb3qwYmfmtuwexPpHjw=" ];
6+
extra-trusted-public-keys = [ "osgeo-grass.cachix.org-1:gSGWYIC69ccAr9aP7vnvr5g5JG3l0zER3Z061vYbe50=" ];
77

88
bash-prompt = "\\[\\033[1m\\][grass-dev]\\[\\033\[m\\]\\040\\w >\\040";
99
};

0 commit comments

Comments
 (0)
Please sign in to comment.