diff --git a/flake.lock b/flake.lock index e93e69b..6f4c33f 100644 --- a/flake.lock +++ b/flake.lock @@ -109,15 +109,16 @@ ] }, "locked": { - "lastModified": 1739595404, - "narHash": "sha256-0CjCfbq0yHWexOrpO06e2WU1r5JAqR6ffy1zgM3NksI=", - "owner": "hercules-ci", + "lastModified": 1741497511, + "narHash": "sha256-Etb3XEeFxj/8OyPrKmOH6ULv7PlxfQPtC3bterTv63I=", + "owner": "qowoz", "repo": "hercules-ci-effects", - "rev": "06519cec8fb32d219006da6eacd255504a9996af", + "rev": "e129a705754c7dff65239e04c3b7f42f84790690", "type": "github" }, "original": { - "owner": "hercules-ci", + "owner": "qowoz", + "ref": "darwin-sudo", "repo": "hercules-ci-effects", "type": "github" } @@ -161,15 +162,16 @@ ] }, "locked": { - "lastModified": 1741229100, - "narHash": "sha256-0HwrTDXp9buEwal/1ymK9uQmzUD5ozIA7CJGqnT/gLs=", - "owner": "LnL7", + "lastModified": 1741495710, + "narHash": "sha256-0y4rgdVnX5yw6Dma90URwjareAOBIX96i/xxFLWx7S4=", + "owner": "qowoz", "repo": "nix-darwin", - "rev": "adf5c88ba1fe21af5c083b4d655004431f20c5ab", + "rev": "6ff917b5dc3fdd5e5381dcfb3082c6047a67f517", "type": "github" }, "original": { - "owner": "LnL7", + "owner": "qowoz", + "ref": "darwin-sudo", "repo": "nix-darwin", "type": "github" } diff --git a/flake.nix b/flake.nix index 3aac903..e9d15ce 100644 --- a/flake.nix +++ b/flake.nix @@ -20,12 +20,12 @@ flake-parts.url = "github:hercules-ci/flake-parts"; hercules-ci-effects.inputs.flake-parts.follows = "flake-parts"; hercules-ci-effects.inputs.nixpkgs.follows = "nixpkgs"; - hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects"; + hercules-ci-effects.url = "github:qowoz/hercules-ci-effects/darwin-sudo"; hydra.flake = false; hydra.url = "github:qowoz/hydra/community"; lite-config.url = "github:yelite/lite-config"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; - nix-darwin.url = "github:LnL7/nix-darwin"; + nix-darwin.url = "github:qowoz/nix-darwin/darwin-sudo"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; nix-index-database.url = "github:nix-community/nix-index-database"; nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";