From d7e02d7b059331406d0bbf416a6fab5324ef1a57 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 22 Oct 2024 18:58:10 +0200 Subject: [PATCH] Fix nixpkgs in registry --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7a40c69..40bbaef 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ nix = { inherit (nix-config) extraOptions; registry = { - nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; }; + # nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; }; stable = { from = { id = "stable"; type = "indirect"; }; flake = inputs.nixpkgs; }; unstable = { from = { id = "unstable"; type = "indirect"; }; flake = inputs.nixpkgs-u; }; };