mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-24 21:31:36 +02:00
minimal: Add niri cachix
This commit is contained in:
parent
3a565c4ed5
commit
d42c6e7ec8
1 changed files with 2 additions and 0 deletions
|
|
@ -69,10 +69,12 @@
|
|||
substituters = [
|
||||
"https://nix-gaming.cachix.org"
|
||||
"https://traxys.cachix.org"
|
||||
"https://niri.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
||||
"traxys.cachix.org-1:8Qir8lQJdhzUaw5AE7ICom/IB25wgdheZFxdMln7Qgg="
|
||||
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue