|
{
|
|
description = "Flake for racket packaging test";
|
|
|
|
outputs = { self, dragnpkgs } @ inputs: {
|
|
legacyPackages.x86_64-linux = dragnpkgs.lib.dragnpkgs-custom {
|
|
system = "x86_64-linux";
|
|
overlays = [self.overlays.default];
|
|
};
|
|
|
|
overlays.default = import ./overlay.nix;
|
|
};
|
|
}
|