update hyperhive, website overrides

This commit is contained in:
müde 2026-06-05 19:11:47 +02:00
commit 5c1053686f
2 changed files with 26 additions and 34 deletions

53
flake.lock generated
View file

@ -360,14 +360,16 @@
"nixpkgs-unstable": [ "nixpkgs-unstable": [
"nixpkgs-unstable" "nixpkgs-unstable"
], ],
"treefmt-nix": "treefmt-nix" "treefmt-nix": [
"treefmt-nix"
]
}, },
"locked": { "locked": {
"lastModified": 1780584233, "lastModified": 1780679170,
"narHash": "sha256-qM83Yy7XdWe7W5tInqUSPH/G7N93Ao0DcYWgUQDAh70=", "narHash": "sha256-tNLU3o1qqDENEIz67ALj9nOZGw9+XKdx5tTguzZNTXI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1fa398e99e4561d0191ac125cb7cb1281a80ecca", "rev": "f84336b2872e41186c79f80971bf10c3ce23ebfc",
"revCount": 1526, "revCount": 1659,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },
@ -378,16 +380,22 @@
}, },
"hyperhive-website": { "hyperhive-website": {
"inputs": { "inputs": {
"hyperhive": [
"hyperhive"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
],
"treefmt-nix": [
"treefmt-nix"
] ]
}, },
"locked": { "locked": {
"lastModified": 1780503777, "lastModified": 1780679085,
"narHash": "sha256-cw0S6Yn0UDmRcW0R/wnWBzrdbcgb+HCS+w0k9Ya6fLk=", "narHash": "sha256-BCuWp2sh0Ya3AEN62/gK1XpCksbGZjxWhMAtVS03D3k=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "2ae5bdc8e7c8a227047cde40513cbd99adc196fd", "rev": "a8cd82f5e4caf1be3311e4a77706f435055c1b19",
"revCount": 22, "revCount": 24,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/website.git" "url": "https://forge.darkest.space/hyperhive/website.git"
}, },
@ -706,7 +714,7 @@
"nixpkgs-unstable" "nixpkgs-unstable"
], ],
"quickshell": "quickshell", "quickshell": "quickshell",
"treefmt-nix": "treefmt-nix_2" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1778182618, "lastModified": 1778182618,
@ -810,7 +818,7 @@
"servicepoint-simulator": "servicepoint-simulator", "servicepoint-simulator": "servicepoint-simulator",
"servicepoint-tanks": "servicepoint-tanks", "servicepoint-tanks": "servicepoint-tanks",
"stylix": "stylix", "stylix": "stylix",
"treefmt-nix": "treefmt-nix_3", "treefmt-nix": "treefmt-nix_2",
"zerforschen-plus": "zerforschen-plus" "zerforschen-plus": "zerforschen-plus"
} }
}, },
@ -1043,27 +1051,6 @@
} }
}, },
"treefmt-nix": { "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": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nova-shell", "nova-shell",
@ -1084,7 +1071,7 @@
"type": "github" "type": "github"
} }
}, },
"treefmt-nix_3": { "treefmt-nix_2": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"

View file

@ -18,11 +18,16 @@
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable"; nixpkgs-unstable.follows = "nixpkgs-unstable";
treefmt-nix.follows = "treefmt-nix";
}; };
}; };
hyperhive-website = { hyperhive-website = {
url = "git+https://forge.darkest.space/hyperhive/website.git"; 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 = { lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0"; url = "github:nix-community/lanzaboote/v1.0.0";