From 59c5942d862d59a2045f1c872a421e5e6a3ac0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jul 2024 15:27:31 +0200 Subject: [PATCH] drop binary cache from flake This generates warnings for users of the CLI and confuses them. In our CI systems we can just provide our binary cache. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 3b09a906f..545eac1a8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,6 @@ { description = "clan.lol base operating system"; - nixConfig.extra-substituters = [ "https://cache.clan.lol" ]; - nixConfig.extra-trusted-public-keys = [ - "cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28=" - ]; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; disko.url = "github:nix-community/disko";