We are both GNU Guix Users
While we will try to talk about generalities of declarative operating system paradigms, Guix and Nix specific things, etc, we may get some Nix (and even Guix) things wrong.
nix
guix
the store
/gnu/store
/nix/store
/gnu/store/spxcaq8gnmckhzz9a1wm3qc9dmz5bvsd-gcc-toolchain-12.3.0
~/.guix-profile
~/.nix-profile
$ which gcc /home/tylerm/.guix-home/profile/bin/gcc # profile $ readlink /home/tylerm/.guix-home/profile/bin/gcc /gnu/store/spxcaq8gnmckhzz9a1wm3qc9dmz5bvsd-gcc-toolchain-12.3.0/bin/gcc # store
guix shell <package>
nix shell -p <package>