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

View file

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