Skip to content

Instantly share code, notes, and snippets.

@nc6
Last active January 22, 2019 16:39
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 nc6/a485930aa39c7a758c75009898403555 to your computer and use it in GitHub Desktop.
Save nc6/a485930aa39c7a758c75009898403555 to your computer and use it in GitHub Desktop.
How to build a file created with cabal2nix
nix-repl> hp = pkgs.haskell.packages.ghc863.override { overrides = self: super: rec { funflow = self.callPackage ./. {}; }; }
nix-repl> :b hp.funflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment