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