From 094482b247460c6326d6100156cb591bd9553c87 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 19 May 2022 10:27:43 -0400 Subject: [PATCH] refactor(flake): remove obsolete nixConfig lines --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index e423884..8ca7027 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,6 @@ { description = "A highly structured configuration database."; - nixConfig.extra-experimental-features = "nix-command flakes"; - nixConfig.extra-substituters = "https://nrdxp.cachix.org https://nix-community.cachix.org"; - nixConfig.extra-trusted-public-keys = "nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; - inputs = { # --- DevOS Flake Inputs # # --- Channels ---