flake: update nix-darwin owner

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

4
flake.lock generated
View File

@@ -78,13 +78,13 @@
"locked": {
"lastModified": 1744224272,
"narHash": "sha256-cqePj5nuC7flJWNncaVAFq1YZncU0PSyO0DEqGn+vYc=",
"owner": "LnL7",
"owner": "nix-darwin",
"repo": "nix-darwin",
"rev": "113883e37d985d26ecb65282766e5719f2539103",
"type": "github"
},
"original": {
"owner": "LnL7",
"owner": "nix-darwin",
"repo": "nix-darwin",
"type": "github"
}

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";