about summary refs log tree commit diff
path: root/users/glittershark/owothia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/owothia/default.nix')
-rw-r--r--users/glittershark/owothia/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/users/glittershark/owothia/default.nix b/users/glittershark/owothia/default.nix
index 2a1b37800b..171bb36689 100644
--- a/users/glittershark/owothia/default.nix
+++ b/users/glittershark/owothia/default.nix
@@ -1,6 +1,4 @@
-{ pkgs ? (import ../../../. {}).third_party
-, lib ? pkgs.lib
-, ...
-}:
+{ pkgs ? (import ../../../. {}).third_party, ... }:
 
-(import ./packageSet.nix {}).callPackage (import ./pkg.nix { inherit pkgs; }) {}
+pkgs.haskellPackages.callCabal2nix "owothia"
+  (pkgs.gitignoreSource ./.) { }