Skip to content

Instantly share code, notes, and snippets.

@thoferon
Created February 4, 2020 06:17
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/46d6298b81371b15eebba29f26e40da5 to your computer and use it in GitHub Desktop.
Save thoferon/46d6298b81371b15eebba29f26e40da5 to your computer and use it in GitHub Desktop.
haskell-nix-setup
args@{ ... }:
let
sources = import ./sources.nix;
nixpkgs = import sources.nixpkgs (args // {
overlays = [
(import ./haskell/overlay.nix)
];
});
in
nixpkgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment