Skip to content

Instantly share code, notes, and snippets.

@Mic92
Forked from Slabity/flake.nix
Last active July 30, 2020 15:56
Show Gist options
  • Save Mic92/8a71e6fd20747742071cbf1654164cc0 to your computer and use it in GitHub Desktop.
Save Mic92/8a71e6fd20747742071cbf1654164cc0 to your computer and use it in GitHub Desktop.
{
description = "Simple overlay flake";
inputs.nixpkgs.url = "nixpkgs/release-20.03";
outputs = inputs@{ self, nixpkgs }: {
apps.wine.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.wine.override ({
wineRelease = "staging";
wineBuild = "wineWow";
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment