From 653d411b9e46076a7878be9574ed6b3bd627cff1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 15 Sep 2023 11:58:47 +0200 Subject: [PATCH] Remove bscpkgs from the registry and nixPath This is done to prevent accidental evaluations where the nixpkgs input of bscpkgs is still pointing to a different version that the one specified in the jungle flake. Instead use jungle#bscpkgs.X to get a package from bscpkgs. --- m/common/main.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/m/common/main.nix b/m/common/main.nix index 5e7aa34..025a7c5 100644 --- a/m/common/main.nix +++ b/m/common/main.nix @@ -28,7 +28,6 @@ nix.nixPath = [ "nixpkgs=${nixpkgs}" - "bscpkgs=${bscpkgs}" "jungle=${theFlake.outPath}" ]; @@ -36,7 +35,6 @@ pkgs.writeText "global-registry.json" ''{"flakes":[],"version":2}''; nix.registry.nixpkgs.flake = nixpkgs; - nix.registry.bscpkgs.flake = bscpkgs; nix.registry.jungle.flake = theFlake; environment.systemPackages = with pkgs; [