From f47103132f672d8dd2eb01203a866898503408c8 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 18:52:04 +0100 Subject: [PATCH] hash dance --- 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 7090b98..093c196 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-kw0FbCrZYyrZe5o6GJoTZ6ZeDxySX9tK0nyoNGxqBXg="; }; in {