flake: add Garnix public key to nixConfig
This commit is contained in:
parent
49073b486d
commit
0a66862ab6
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
{
|
{
|
||||||
description = "Read Later Telegram bot";
|
description = "Read Later Telegram bot";
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
extra-substituters = [
|
||||||
|
"https://cache.garnix.io"
|
||||||
|
];
|
||||||
|
extra-trusted-public-keys = [
|
||||||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue