From 8c6ef1f190d84c9a9aabc737b8876072bc65629d Mon Sep 17 00:00:00 2001 From: nikstur Date: Thu, 14 Sep 2023 12:53:20 +0200 Subject: [PATCH] flake: remove nixConfig nixConfig is not a nice abstraction because it imperatively changes your system. However this also does not work correctly without extra changes to your system (i.e. your NixOS configuration). Thus it is removed. --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index d522c68..73a9e69 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,4 @@ { - nixConfig.extra-substituters = [ - "https://nix-community.cachix.org" - ]; - nixConfig.extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - description = "Secure Boot for NixOS"; inputs = {