|
|
@@ -62,7 +62,7 @@ rec {
|
|
|
pkgsFor = lib.genAttrs allSystems (
|
|
|
system:
|
|
|
if isDarwin system then
|
|
|
- import nixpkgs {
|
|
|
+ import nixpkgs-darwin {
|
|
|
inherit system;
|
|
|
config.allowUnfree = true;
|
|
|
overlays = [
|
|
|
@@ -72,7 +72,7 @@ rec {
|
|
|
];
|
|
|
}
|
|
|
else
|
|
|
- import nixpkgs-darwin {
|
|
|
+ import nixpkgs {
|
|
|
inherit system;
|
|
|
config.allowUnfree = true;
|
|
|
overlays = [
|