Files
nixext-tq/default.nix

11 lines
455 B
Nix

# This file can be used as an overlay for non-flake based systems
self: super: {
# vim: set et,sw=4
performous-composer = self.libsForQt5.callPackage ./performous-composer.nix {};
open-simh = self.callPackage ./open-simh.nix {};
linux_6_5_3 = self.callPackage ./linux_653.nix {
kernelPatches = [ self.kernelPatches.bridge_stp_helper self.kernelPatches.request_key_helper ];
};
linuxPackages_6_5_3 = self.linuxPackagesFor self.linux_6_5_3;
}