diff options
Diffstat (limited to 'users/grfn/owothia/default.nix')
-rw-r--r-- | users/grfn/owothia/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/grfn/owothia/default.nix b/users/grfn/owothia/default.nix new file mode 100644 index 000000000000..e10098ed943b --- /dev/null +++ b/users/grfn/owothia/default.nix @@ -0,0 +1,6 @@ +{ depot ? (import ../../../. {}) +, pkgs ? depot.third_party.nixpkgs +, ... }: + +pkgs.haskellPackages.callCabal2nix "owothia" + (depot.third_party.gitignoreSource ./.) { } |