summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/env.nix b/env.nix
index 0377835..9a7e27d 100644
--- a/env.nix
+++ b/env.nix
@@ -1,5 +1,4 @@
-{ pkgs ? import <nixpkgs> {}
-}:
+{ pkgs ? import <nixpkgs> {} }:
let
name = "cgserver";
@@ -17,7 +16,7 @@ let
'';
hsEnv = pkgs.haskellPackages_ghc783_profiling.ghcWithPackages
- (self : with self;
+ (self: with self;
(callPackage ./cgserver.nix {}).nativeBuildInputs ++
[
cabalInstall