nixos-config/pkgs/default.nix

6 lines
149 B
Nix
Raw Normal View History

2021-01-07 17:09:22 +01:00
self: super: {
bwrap-helper = super.callPackage ./bwrap-helper { };
osu-lazer = super.callPackage ./osu-lazer { inherit (super) osu-lazer; };
2021-01-07 17:09:22 +01:00
}