From 5aa31d450b8b19fe1770ece5ef5febdf8e4afd15 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Mon, 7 Jun 2021 17:37:23 -0400 Subject: [PATCH] disable broken config --- common/flakes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flakes.nix b/common/flakes.nix index 02228e4..302f375 100644 --- a/common/flakes.nix +++ b/common/flakes.nix @@ -15,7 +15,7 @@ in { ''; # pin nixpkgs for system commands such as "nix shell" - registry.nixpkgs.flake = inputs.nixpkgs; + #registry.nixpkgs.flake = inputs.nixpkgs; }; }; }