bgp: fix problem where I forgot to add depot
This commit is contained in:
parent
28e7704f44
commit
2d1bf2ffae
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
{ lib, config, ... }:
|
{ depot, lib, config, ... }:
|
||||||
let
|
let
|
||||||
generateSnippet = base: args: lib.concatStringsSep "\n" (lib.mapAttrsToList ( ixName: ix: generateSnippetForIX (args // { ixName = ixName; ix = ix; }) ) base );
|
generateSnippet = base: args: lib.concatStringsSep "\n" (lib.mapAttrsToList ( ixName: ix: generateSnippetForIX (args // { ixName = ixName; ix = ix; }) ) base );
|
||||||
generateSnippetForIX = { ixName, ix, ... }@args: ''
|
generateSnippetForIX = { ixName, ix, ... }@args: ''
|
||||||
|
|
Loading…
Reference in a new issue