Skip to content

Instantly share code, notes, and snippets.

@betaboon
Last active June 15, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betaboon/c73064271609d7080e53f7a650c7895a to your computer and use it in GitHub Desktop.
Save betaboon/c73064271609d7080e53f7a650c7895a to your computer and use it in GitHub Desktop.
self: super:
let
unstable = import <nixpkgs-unstable> {
overlays = [];
crossSystem = if (super.stdenv.hostPlatform != super.stdenv.buildPlatform)
then super.stdenv.hostPlatform.system
else null;
};
in
{
inherit (unstable) cowsay;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment