nixos-config/pkgs/default.nix

6 lines
149 B
Nix

self: super: {
bwrap-helper = super.callPackage ./bwrap-helper { };
osu-lazer = super.callPackage ./osu-lazer { inherit (super) osu-lazer; };
}