More adjustments to make the nixpkgs overlays available from the top level and repl.

This commit is contained in:
Cale Gibbard 2023-02-08 13:16:43 -05:00
parent e73176941d
commit 775ccda5d7

View File

@ -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 ; })