diff --git a/flake.lock b/flake.lock index 4e8f8d9..b801d97 100644 --- a/flake.lock +++ b/flake.lock @@ -360,14 +360,16 @@ "nixpkgs-unstable": [ "nixpkgs-unstable" ], - "treefmt-nix": "treefmt-nix" + "treefmt-nix": [ + "treefmt-nix" + ] }, "locked": { - "lastModified": 1780584233, - "narHash": "sha256-qM83Yy7XdWe7W5tInqUSPH/G7N93Ao0DcYWgUQDAh70=", + "lastModified": 1780679170, + "narHash": "sha256-tNLU3o1qqDENEIz67ALj9nOZGw9+XKdx5tTguzZNTXI=", "ref": "refs/heads/main", - "rev": "1fa398e99e4561d0191ac125cb7cb1281a80ecca", - "revCount": 1526, + "rev": "f84336b2872e41186c79f80971bf10c3ce23ebfc", + "revCount": 1659, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, @@ -378,16 +380,22 @@ }, "hyperhive-website": { "inputs": { + "hyperhive": [ + "hyperhive" + ], "nixpkgs": [ "nixpkgs" + ], + "treefmt-nix": [ + "treefmt-nix" ] }, "locked": { - "lastModified": 1780503777, - "narHash": "sha256-cw0S6Yn0UDmRcW0R/wnWBzrdbcgb+HCS+w0k9Ya6fLk=", + "lastModified": 1780679085, + "narHash": "sha256-BCuWp2sh0Ya3AEN62/gK1XpCksbGZjxWhMAtVS03D3k=", "ref": "refs/heads/main", - "rev": "2ae5bdc8e7c8a227047cde40513cbd99adc196fd", - "revCount": 22, + "rev": "a8cd82f5e4caf1be3311e4a77706f435055c1b19", + "revCount": 24, "type": "git", "url": "https://forge.darkest.space/hyperhive/website.git" }, @@ -706,7 +714,7 @@ "nixpkgs-unstable" ], "quickshell": "quickshell", - "treefmt-nix": "treefmt-nix_2" + "treefmt-nix": "treefmt-nix" }, "locked": { "lastModified": 1778182618, @@ -810,7 +818,7 @@ "servicepoint-simulator": "servicepoint-simulator", "servicepoint-tanks": "servicepoint-tanks", "stylix": "stylix", - "treefmt-nix": "treefmt-nix_3", + "treefmt-nix": "treefmt-nix_2", "zerforschen-plus": "zerforschen-plus" } }, @@ -1043,27 +1051,6 @@ } }, "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "hyperhive", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1775636079, - "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { "inputs": { "nixpkgs": [ "nova-shell", @@ -1084,7 +1071,7 @@ "type": "github" } }, - "treefmt-nix_3": { + "treefmt-nix_2": { "inputs": { "nixpkgs": [ "nixpkgs" diff --git a/flake.nix b/flake.nix index 46b5e52..7b6e631 100644 --- a/flake.nix +++ b/flake.nix @@ -18,11 +18,16 @@ inputs = { nixpkgs.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs-unstable"; + treefmt-nix.follows = "treefmt-nix"; }; }; hyperhive-website = { url = "git+https://forge.darkest.space/hyperhive/website.git"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + hyperhive.follows = "hyperhive"; + treefmt-nix.follows = "treefmt-nix"; + }; }; lanzaboote = { url = "github:nix-community/lanzaboote/v1.0.0";