forked from DGNum/colmena
fix: 1000 nixpkgs; compat with numtide/nixpkgs-unfree
This commit is contained in:
parent
e034c15825
commit
cce22d56b3
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue