From d9facfe6540fe7151516057aecb65e8efdbf7b63 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Aug 2020 19:13:37 -0300 Subject: nixfmt ./vps-configuration.env.nix --- vps-configuration.env.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 183abc4..d66bd38 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -35,16 +35,16 @@ let }; staticSiteFromRepo = repoName: pkgs.stdenv.mkDerivation { - name = repoName; - src = - fetchTarball "https://git.sr.ht/~euandreh/${DOLLAR}{repoName}/archive/master.tar.gz"; - phases = "unpackPhase buildPhase"; - buildPhase = '' - mkdir ${DOLLAR}out - cp index.html ${DOLLAR}out - cp favicon.ico ${DOLLAR}out - ''; - }; + name = repoName; + src = fetchTarball + "https://git.sr.ht/~euandreh/${DOLLAR}{repoName}/archive/master.tar.gz"; + phases = "unpackPhase buildPhase"; + buildPhase = '' + mkdir ${DOLLAR}out + cp index.html ${DOLLAR}out + cp favicon.ico ${DOLLAR}out + ''; + }; in { imports = [ ./hardware-configuration.nix ]; -- cgit v1.2.3