Guest44952 has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
hedgie_ has joined #nix-darwin
Nikita has joined #nix-darwin
Nikita is now known as Guest93670
hedgie has quit [Ping timeout: 272 seconds]
torque has joined #nix-darwin
sparogy has joined #nix-darwin
peel has joined #nix-darwin
abbe has joined #nix-darwin
manveru has joined #nix-darwin
rizary has joined #nix-darwin
cbarrett has joined #nix-darwin
gleber has joined #nix-darwin
hedgie has joined #nix-darwin
<W1lkins>
Is it possible to use mkDerivation to install a `.pkg` file? I'm trying to install the 1Password GUI client via a wrapper around stdenv.mkDerivation, but I'm stuck on the `installPhase` part, since it'll download a `.pkg` file, any ideas?
<__monty__>
I'm pretty sure I've seen that. Have you tried grepping nixpkgs?
hedgie_ has quit [Ping timeout: 260 seconds]
<W1lkins>
Any I've seen in nixpkgs is actually the `op` binary if I'm not mistaken, which is the CLI version of the GUI.
<W1lkins>
__monty__ sorry I just realized you may have meant grepping nixpkgs for how to install a pkg file?