From 0054b232b2ef7b31d8202135bc3ab9c5d62c795c Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 29 Nov 2023 14:18:43 +0100 Subject: [PATCH] flake: remove cachix substituter --- flake.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/flake.nix b/flake.nix index ae07802d..3ddffb09 100644 --- a/flake.nix +++ b/flake.nix @@ -1,15 +1,6 @@ { description = "VATSIM Germany ATCISS"; - nixConfig = { - extra-substituters = [ - "https://atciss.cachix.org" - ]; - extra-trusted-public-keys = [ - "atciss.cachix.org-1:5YxebJMhVUPoSmO/f+KYNp2fDa6f8navGGWzCSKCI0A=" - ]; - }; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils";