For session-desktop
you will need to use appimageTools.extractType2
instead of appimageTools.extract
, all else should be the same.
Both derive the same thing
Oh huh, yeah, turns they’re the same function underneath. That’s my bad for not checking.
I don’t know, then. Sounds like a challenge!
It really is. Thank you for your help thus far. If you get any idea please let me (us) know.
Any idea how to derive flatpak apps?
For example io.github.ferraridamiano.ConverterNOW
is shown as
"data": "/app/ConverterNOW/converternow"
in opensnitch
, but in nix repl
I found nothing that could be relevant.
That isn’t a store path.
What is it? How do I declare that?
No, I mean, what is the problem you hope to solve here? Store paths change when you rebuild, so one wants to generate them programmatically. That path is not a store path and won’t change, so use it as-is.
I see your point and I reached that conclusion as well, but nonetheless I would like to declare things in configuration.nix
because “it’s the Nix way”, it’s more of a matter of principle if you allow me that.
So what stops you from declaring it in your config, the same way you’ve presumably declared the other entries? And before you say you don’t know how, share what you’ve tried and any errors you’ve gotten.
Ok, I’m an idiot. That is not an existing path so I thought it must be derived somehow (there is no /app
folder), instead it was accepted and the rebuild went through.