u/Daguq

▲ 13 r/openbsd

Questions about pkg_* tools

  • Is there an equivalent of pacman -Sp ? Here are the details of the command

  • Are there any OpenBSD:: modules that can be used to print the entire resolved dependency tree for a certain package to STDOUT?

  • If I download a package, with its required depenedencies on a local directory, can I install the package with pkg_add ?

  • How does pkg_add handle package verification? Do I need to do anything after downloading the package files, or will pkg_add take care of it on its own?

reddit.com
u/Daguq — 13 days ago
▲ 12 r/NixOS

Is it possible to configure per project shells in devenv without invoking SHELL=$SHELL devenv shell?

Basically the title itself. I want to use different shells in different projects, and currently one of the ways of doing it is invoking SHELL=$SHELL devenv shell, however I was wondering if it is possible to configure devenv shells on a per project basis without having to explicitly mention the shell each time I want to activate the environment.

reddit.com
u/Daguq — 2 months ago