From 42257b2053e92ffa87a5c09e56a330ccfd9b9f31 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 18 Aug 2023 20:02:01 -0700 Subject: [PATCH] fixed sha --- hosts/Alaska/modules/forgejo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Alaska/modules/forgejo.nix b/hosts/Alaska/modules/forgejo.nix index 7a687cf..c5cf01f 100644 --- a/hosts/Alaska/modules/forgejo.nix +++ b/hosts/Alaska/modules/forgejo.nix @@ -1,10 +1,10 @@ { config, lib, pkgs, fetchgit, ... }: let - palenight = builtins.fetchGit { - + palenight = builtins.fetchgit { url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git"; rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4"; + sha256 = pkgs.lib.fakeSha256; }; in {