Created
June 3, 2016 13:36
-
-
Save nkaretnikov/3134f26c7eef35b21fa74a3b43e79e2b to your computer and use it in GitHub Desktop.
nix-build default.nix outside Nixpkgs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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