Skip to content

Instantly share code, notes, and snippets.

@nkaretnikov
Created June 3, 2016 13:36
Show Gist options
  • Save nkaretnikov/3134f26c7eef35b21fa74a3b43e79e2b to your computer and use it in GitHub Desktop.
Save nkaretnikov/3134f26c7eef35b21fa74a3b43e79e2b to your computer and use it in GitHub Desktop.
nix-build default.nix outside Nixpkgs
nix-build -E "let nixpkgs = import <nixpkgs> {}; f = import ./default.nix; in nixpkgs.pkgs.haskellPackages.callPackage f {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment