flake.lock: Update

Flake lock file updates:

• Updated input 'hercules-ci-effects':
    'github:hercules-ci/hercules-ci-effects/06519cec8fb32d219006da6eacd255504a9996af?narHash=sha256-0CjCfbq0yHWexOrpO06e2WU1r5JAqR6ffy1zgM3NksI%3D' (2025-02-15)
  → 'github:qowoz/hercules-ci-effects/e129a705754c7dff65239e04c3b7f42f84790690?narHash=sha256-Etb3XEeFxj/8OyPrKmOH6ULv7PlxfQPtC3bterTv63I%3D' (2025-03-09)
• Updated input 'nix-darwin':
    'github:LnL7/nix-darwin/adf5c88ba1fe21af5c083b4d655004431f20c5ab?narHash=sha256-0HwrTDXp9buEwal/1ymK9uQmzUD5ozIA7CJGqnT/gLs%3D' (2025-03-06)
  → 'github:qowoz/nix-darwin/6ff917b5dc3fdd5e5381dcfb3082c6047a67f517?narHash=sha256-0y4rgdVnX5yw6Dma90URwjareAOBIX96i/xxFLWx7S4%3D' (2025-03-09)
This commit is contained in:
zowoq 2025-03-09 15:24:41 +10:00
parent 29fa165297
commit b2ff78ca2e
2 changed files with 14 additions and 12 deletions

22
flake.lock generated
View file

@ -109,15 +109,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739595404, "lastModified": 1741497511,
"narHash": "sha256-0CjCfbq0yHWexOrpO06e2WU1r5JAqR6ffy1zgM3NksI=", "narHash": "sha256-Etb3XEeFxj/8OyPrKmOH6ULv7PlxfQPtC3bterTv63I=",
"owner": "hercules-ci", "owner": "qowoz",
"repo": "hercules-ci-effects", "repo": "hercules-ci-effects",
"rev": "06519cec8fb32d219006da6eacd255504a9996af", "rev": "e129a705754c7dff65239e04c3b7f42f84790690",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hercules-ci", "owner": "qowoz",
"ref": "darwin-sudo",
"repo": "hercules-ci-effects", "repo": "hercules-ci-effects",
"type": "github" "type": "github"
} }
@ -161,15 +162,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741229100, "lastModified": 1741495710,
"narHash": "sha256-0HwrTDXp9buEwal/1ymK9uQmzUD5ozIA7CJGqnT/gLs=", "narHash": "sha256-0y4rgdVnX5yw6Dma90URwjareAOBIX96i/xxFLWx7S4=",
"owner": "LnL7", "owner": "qowoz",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "adf5c88ba1fe21af5c083b4d655004431f20c5ab", "rev": "6ff917b5dc3fdd5e5381dcfb3082c6047a67f517",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "LnL7", "owner": "qowoz",
"ref": "darwin-sudo",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }

View file

@ -20,12 +20,12 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
hercules-ci-effects.inputs.flake-parts.follows = "flake-parts"; hercules-ci-effects.inputs.flake-parts.follows = "flake-parts";
hercules-ci-effects.inputs.nixpkgs.follows = "nixpkgs"; 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.flake = false;
hydra.url = "github:qowoz/hydra/community"; hydra.url = "github:qowoz/hydra/community";
lite-config.url = "github:yelite/lite-config"; lite-config.url = "github:yelite/lite-config";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; 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.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.url = "github:nix-community/nix-index-database";
nixos-facter-modules.url = "github:nix-community/nixos-facter-modules"; nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";