flake: update nix-darwin owner

This commit is contained in:
Michael Hoang
2025-04-10 10:30:29 +02:00
parent dae5a3368c
commit 66700bf44e
2 changed files with 3 additions and 3 deletions

View File

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