From 6b952690a02a5ab833ebc7ba5074299054632650 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 8 Mar 2024 04:00:26 +0000 Subject: [PATCH] Switch nixpkgs to darwin-cross branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7cfd84a05..fbf26360a 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ flake-utils.url = "github:numtide/flake-utils"; naersk.url = "github:nix-community/naersk"; nix-filter.url = "github:numtide/nix-filter"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:reckenrode/nixpkgs/darwin-cross"; android.url = "github:tadfisher/android-nixpkgs"; }; outputs = { self, nixpkgs, flake-utils, nix-filter, naersk, fenix, android }: