add deviceName param
This commit is contained in:
parent
156b1fe64a
commit
83e346d5a0
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
device
|
deviceName ? null
|
||||||
|
, device ? (import ./devices/${deviceName} )
|
||||||
, liminix-config ? <liminix-config>
|
, liminix-config ? <liminix-config>
|
||||||
, nixpkgs ? <nixpkgs>
|
, nixpkgs ? <nixpkgs>
|
||||||
, borderVmConf ? ./bordervm.conf.nix
|
, borderVmConf ? ./bordervm.conf.nix
|
||||||
|
|
Loading…
Reference in a new issue