blade-paris: fix import

This commit is contained in:
Luke Granger-Brown 2021-03-29 23:25:50 +01:00
parent ac63880ed7
commit b09773e945

View file

@ -7,7 +7,7 @@ let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {
imports = [ imports = [
../lib/blade.nix ../lib/blade-router.nix
../lib/bgp.nix ../lib/bgp.nix
]; ];