From 2040ce3ea018d045466872d4fc737c1462fb4ea1 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 15 Dec 2024 15:33:39 +0100 Subject: [PATCH] fixup --- system-modules/boot.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system-modules/boot.nix b/system-modules/boot.nix index 3b4fa99..aed51f5 100755 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -1,11 +1,11 @@ { config, pkgs, pkgs-unstable, lib, host, domain, inputs, ... }: let grub-theme-ascii-diana = (pkgs.fetchFromGitea { - domain = "git.${domain}"; - owner = "nx2"; - repo = "grub-theme-ascii-diana"; - rev = "0.5.0"; - hash = "sha256-e+55NYsSsWY6GPbYUtdVEB9krueuCAWT3Ce/Ghops1g="; + domain = "git.${domain}"; + owner = "nx2"; + repo = "grub-theme-ascii-diana"; + rev = "0.5.0"; + hash = "sha256-e+55NYsSsWY6GPbYUtdVEB9krueuCAWT3Ce/Ghops1g="; }); in {