diff --git a/flake.nix b/flake.nix index 3ccfe15..ace8df6 100644 --- a/flake.nix +++ b/flake.nix @@ -18,10 +18,7 @@ colmenaOptions = import ./src/nix/hive/options.nix; colmenaModules = import ./src/nix/hive/modules.nix; in flake-utils.lib.eachSystem supportedSystems (system: let - pkgs = import nixpkgs { - inherit system; - overlays = []; - }; + pkgs = nixpkgs.legacyPackages.${system}; in rec { # We still maintain the expression in a Nixpkgs-acceptable form defaultPackage = self.packages.${system}.colmena;