mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed revision url
This commit is contained in:
parent
0532b2bc1e
commit
044f5fb61b
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
let
|
||||
palenight = builtins.fetchGit {
|
||||
|
||||
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
|
||||
sparseCheckout = ''
|
||||
dist
|
||||
'';
|
||||
sha256 = pkgs.lib.fakeSha256;
|
||||
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue