From 60b8c06011ffba541c0f8ed70f94be77ce116c9d Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 28 Sep 2024 23:59:38 +0200 Subject: [PATCH] Bump `NixThePlanet` flake input --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 1168cce..50c6096 100644 --- a/flake.lock +++ b/flake.lock @@ -675,16 +675,15 @@ "osx-kvm": "osx-kvm" }, "locked": { - "lastModified": 1708168451, - "narHash": "sha256-loWlwexnfQGFsEHeJbXpWbnmeDFkBwZB38+4BkUcGhM=", - "owner": "aciceri", + "lastModified": 1727105240, + "narHash": "sha256-FEuqbcZ4TDUMwCpTA/E3J5L7pLD4U+zXPnZbmXSmaJo=", + "owner": "MatthewCroughan", "repo": "NixThePlanet", - "rev": "e8c91035d01f5082ccf30e351dcd993a5b480a72", + "rev": "2f622af217807da78e44a5a15f620743dac57f46", "type": "github" }, "original": { - "owner": "aciceri", - "ref": "nix-in-darwin", + "owner": "MatthewCroughan", "repo": "NixThePlanet", "type": "github" } diff --git a/flake.nix b/flake.nix index 001eca4..28b3f03 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ }; dream2nix.url = "github:nix-community/dream2nix"; nixThePlanet = { - url = "github:aciceri/NixThePlanet/nix-in-darwin"; + url = "github:MatthewCroughan/NixThePlanet/"; inputs.nixpkgs.follows = "nixpkgs"; }; nixDarwin = {