replace fetchGit with pkgs.fetchgit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts = {
|
||||
@@ -13,10 +13,10 @@
|
||||
"milchinsel.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = fetchGit {
|
||||
root = pkgs.fetchgit {
|
||||
url = "https://git.clerie.de/clerie/milchinsel.de.git";
|
||||
ref = "master";
|
||||
rev = "8ca6727902fb5a2581b56c4b3ab8d01585f3acb0";
|
||||
sha256 = "sha256-JYdEZDLLojsgWwfJYR1riBUhs73/mdlVSOeLUgnqNhg=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user