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