Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active May 2, 2017 21:10
Show Gist options
  • Save cleverca22/9b89134a97eded57399cf22b8130df8d to your computer and use it in GitHub Desktop.
Save cleverca22/9b89134a97eded57399cf22b8130df8d to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> { crossSystem = { config = "x86_64-w64-mingw32"; arch = "x86_64"; libc = "msvcrt"; }; };
in pkgs.stdenv.mkDerivation {
name = "shell";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment