fix: 1000 nixpkgs; compat with numtide/nixpkgs-unfree

This commit is contained in:
David Arnold 2023-03-11 14:59:38 -05:00
parent e034c15825
commit cce22d56b3
No known key found for this signature in database
GPG Key ID: 0318D822BAC965CC

View File

@ -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;