diff --git a/default.nix b/default.nix index 5af2852..04ddb48 100644 --- a/default.nix +++ b/default.nix @@ -22,7 +22,7 @@ } }: with obelisk; -project ./. ({ pkgs, hackGet, ... }: { +(project ./. ({ pkgs, hackGet, ... }: { android.applicationId = "systems.obsidian.obelisk.examples.minimal"; android.displayName = "Obelisk Minimal Example"; ios.bundleIdentifier = "systems.obsidian.obelisk.examples.minimal"; @@ -43,4 +43,4 @@ project ./. ({ pkgs, hackGet, ... }: { sha256 = "04glpmwp50qi29h8cb5j0w1rz0ww30nw4xgj2a3l7zh1gprhwj89"; } {}; }; -}) +}) // { inherit (obelisk) nixpkgs ; })