bscpkgs/default.nix

8 lines
114 B
Nix

let
bscOverlay = import ./overlay.nix;
pkgs = import <nixpkgs> {
overlays = [ bscOverlay ];
};
in pkgs