remove garnix cache

doesn't serve me much at all, and sometimes makes unnecessarily large downloads when rebuilding
This commit is contained in:
uku 2023-12-06 10:31:11 +01:00
parent 1a24c24f61
commit e297c23772
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -1,11 +1,6 @@
{
description = "example flake idk";
nixConfig = {
extra-substituters = ["https://cache.garnix.io"];
extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
};
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.05";