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