5 lines
86 B
Nix
5 lines
86 B
Nix
let
|
|
pkgs = import <nixpkgs> { };
|
|
in
|
|
pkgs.callPackage ./badlion-client.nix { }
|