Skip to content

Instantly share code, notes, and snippets.

@thoferon
Created February 4, 2020 06:16
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 thoferon/c68c249af2f3adbcfadf4424f99a21df to your computer and use it in GitHub Desktop.
Save thoferon/c68c249af2f3adbcfadf4424f99a21df to your computer and use it in GitHub Desktop.
haskell-nix-setup
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
rev = "05626cc86b8a8bbadae7753d2e33661400ff67de";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment