From cd1838649fb3267521b1c039ef4dfeacbfc1ceef Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 5 Feb 2026 12:41:47 +0100 Subject: [PATCH] add hash --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index da16141..e53f0d8 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -3,7 +3,7 @@ let modpack = pkgs.fetchPackwizModpack { url = "https://git.malice.zone/alisceon/tfcpack/-/raw/main/pack.toml"; - packHash = ""; + packHash = "sha256-f3lyvM3jiCG1QH9MlGj8fSoqE3FpCxjSUnvGTHV0PvE="; }; in {