Merge pull request 'flake: update nix-darwin owner' (#3275) from push-osprlszlnnvr into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3275
This commit is contained in:
Michael Hoang
2025-04-10 08:38:25 +00:00
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

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

View File

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