Fix broken tlaternet-templates location

I missed the .nix suffix, and due to lacking CI, I didn't catch the
error before merging.

Whoops!
This commit is contained in:
Tristan Daniël Maat 2020-07-20 21:09:21 +01:00
parent dd1335cb36
commit 240bad3a6f
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -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
{