Tomas Volf <[email protected]> skribis: > Notice the empty list in there. However `guix describe' gives me the > following: > > --8<---------------cut here---------------start------------->8--- > Git checkout: > repository: /home/user/src/guix/ > branch: master > commit: 6f2e5abc0cdf8fffb1732c05f7e9a68afdba1446 > --8<---------------cut here---------------end--------------->8---
That means you’re running from a checkout (./pre-inst-env), in which case (current-channels) is empty, hence the warning. HTH! Ludo’.
