Some whitespace formatting in default.nix

This commit is contained in:
John Wiegley 2018-04-11 20:21:52 -07:00
parent 39e175be85
commit 036031ca3e
1 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,12 @@
{ rev ? "ee28e35ba37ab285fc29e4a09f26235ffe4123e2"
, sha256 ? "0a6xrqjj2ihkz1bizhy5r843n38xgimzw5s2mfc42kk2rgc95gw5"
, nixpkgs ? import (builtins.fetchTarball {
{ rev ? "ee28e35ba37ab285fc29e4a09f26235ffe4123e2"
, sha256 ? "0a6xrqjj2ihkz1bizhy5r843n38xgimzw5s2mfc42kk2rgc95gw5"
, compiler ? "ghc822"
, doProfiling ? false
, doBenchmark ? false
, nixpkgs ? import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
sha256 = sha256; }) { config.allowBroken = false; }
, compiler ? "ghc822"
, doProfiling ? false
, doBenchmark ? false }:
}:
let