7 lines
70 B
Nix
7 lines
70 B
Nix
|
let
|
||
|
bitwarden_rs = import ./bitwarden_rs.nix;
|
||
|
in
|
||
|
[
|
||
|
bitwarden_rs
|
||
|
]
|