flake: add nix-darwin

This commit is contained in:
Michael Hoang
2025-03-25 13:45:51 +09:00
parent dd30ae84bd
commit 8bc2112e45
2 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
inputs = {
nixpkgs.url = "https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz";
nix-darwin.url = "github:LnL7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";