From 240bad3a6f1b17ff26366f2cefa4054b4f1e8438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 20 Jul 2020 21:09:21 +0100 Subject: [PATCH] Fix broken tlaternet-templates location I missed the .nix suffix, and due to lacking CI, I didn't catch the error before merging. Whoops! --- etc/nixos/services/tlaternet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nixos/services/tlaternet.nix b/etc/nixos/services/tlaternet.nix index 1178290..d4e54cb 100644 --- a/etc/nixos/services/tlaternet.nix +++ b/etc/nixos/services/tlaternet.nix @@ -2,7 +2,7 @@ let tlaternet = import ../derivations/tlaternet { inherit pkgs; }; - tlaternet-templates = import ../derivations/tlaternet-templates { inherit pkgs; }; + tlaternet-templates = import ../derivations/tlaternet-templates.nix { inherit pkgs; }; in {