1
0
فهرست منبع

bug(lib): messed up darwin and non-darwin condition

Zander Hawke 9 ماه پیش
والد
کامیت
9913741967
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/default.nix

+ 2 - 2
lib/default.nix

@@ -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 = [