about summary refs log tree commit diff
path: root/fun/owothia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fun/owothia/default.nix')
-rw-r--r--fun/owothia/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/fun/owothia/default.nix b/fun/owothia/default.nix
index b70d0525c1..04f98e97fb 100644
--- a/fun/owothia/default.nix
+++ b/fun/owothia/default.nix
@@ -1,6 +1,7 @@
-{ depot ? (import ../../../. {})
+{ depot ? (import ../../../. { })
 , pkgs ? depot.third_party.nixpkgs
-, ... }:
+, ...
+}:
 
 let
   basePkg = pkgs.haskellPackages.callPackage ./pkg.nix { };