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:
parent
dd1335cb36
commit
240bad3a6f
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue