From b22cb353a34d1e4dc1466de450f21c6be5c1ca50 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 26 Jun 2022 12:03:50 +0200 Subject: [PATCH] webapp/homer: fix build --- nixos/modules/webapps/homer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/webapps/homer.nix b/nixos/modules/webapps/homer.nix index f64bfc0..21d5720 100644 --- a/nixos/modules/webapps/homer.nix +++ b/nixos/modules/webapps/homer.nix @@ -10,6 +10,7 @@ let "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip" ]; sha256 = "sha256-pr+0PFId1wG6tAFCdANiOaEdQoRMhOi+HfooO+X3geQ="; + stripRoot = false; }; installPhase = ''