mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
fixed sha
This commit is contained in:
parent
168818a824
commit
42257b2053
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ config, lib, pkgs, fetchgit, ... }:
|
{ config, lib, pkgs, fetchgit, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
palenight = builtins.fetchGit {
|
palenight = builtins.fetchgit {
|
||||||
|
|
||||||
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
|
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
|
||||||
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
|
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
|
||||||
|
sha256 = pkgs.lib.fakeSha256;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue