Andrew Tropin on Nostr: npub1v5r7v…5as27 In my projects I usually build a guix with explicit lock file and ...
npub1v5r7vl0thvtdx69v888ysqw46sm9w8glxq674k4x07cg6q72sw8sa5as27 (npub1v5r…as27) In my projects I usually build a guix with explicit lock file and store a profile with it in target/ directory, after that I use locked guix for project related tasks. It can make sense to explicitly build profile with project deps using guix shell htop -p target/project-deps and activate it with source target/project-deps/profile/etc/profile in .envrc or some other way: https://git.sr.ht/~abcdw/rde/tree/a83a737455d67c2cb50cb46bdc78f93bf2fc5d58/examples/profiles.mk#L17