Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Slabity
Created July 30, 2020 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Slabity/55a854f757cccce4365965373f13a908 to your computer and use it in GitHub Desktop.
Save Slabity/55a854f757cccce4365965373f13a908 to your computer and use it in GitHub Desktop.
{
description = "Simple overlay flake";
inputs.nixpkgs.url = "nixpkgs/release-20.03";
outputs = inputs@{ self, nixpkgs }: {
overlay = final: prev: {
wine = prev.wine.override ({
wineRelease = "staging";
wineBuild = "wineWow";
});
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment