Oleg Pykhalov writes: > Hello Christopher, > > Not a full review, just want to note issue in the documentation and say > thank you. The gitolite service works for me. Awesome, thanks for taking a look :) > Christopher Baines writes: > >> +The following G-exp would use the @file{~/.ssh/id_rsa.pub} file. >> + >> +@example >> +(local-file "~/.ssh/id_rsa.pub") >> +@end example > > ‘~/.ssh/id_rsa.pub’ doesn't work for me, because with ‘./pre-inst-env > guix system vm ./test.scm’ it will be expanded to > ‘/home/natsu/src/guix/~/.ssh/id_rsa.pub’. > > Specifing full path ‘/home/natsu/.ssh/id_rsa.pub’ is required for me. Ok, I've changed the docs to use a absolute filename instead. Thanks, Chris