Fix broken tlaternet-templates location

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

Whoops!
pull/4/head
Tristan Daniël Maat 2020-07-20 21:09:21 +01:00
parent dd1335cb36
commit 240bad3a6f
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

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
{