veleiro has quit [Read error: Connection reset by peer]
kalbasit has quit [Ping timeout: 240 seconds]
veleiro has joined #home-manager
ece3 has quit [Ping timeout: 246 seconds]
ece3 has joined #home-manager
justanotheruser has quit [Ping timeout: 260 seconds]
nick124 has joined #home-manager
<nick124>
Hi guys. I'm trying to clone my dotfile repo using fetchFromGitHub and then getting the nvim configuration to readFile it. Trouble is, is there a way to delay the readFile until the fetch is done
<nick124>
Perhaps the problem is that I'm importing the nvim configuration and that happens too early.
<siraben>
nick124: could you paste how you're doing it?
<nick124>
Gah it's on another computer so I'll just try to describe it. I essentially have a neovim config in some file that tries to readFile the vimrc. In my main home manager config I import this file. However, the vimrc doesn't exist since I have not fetched it from git yet.
<nick124>
"Import this file" meaning I import the neovim configuration file, not the vimrc.
<siraben>
Hm, if you have `src = fetchFromGitHub ...` you should be able to do `readFile "${src}/foo.txt"`, no?
<nick124>
I am doing something like `home.file.config.source = fetchFromGithub`
<nick124>
What you suggest is also possible, but that would mean cloning the repo for every program I want to get my dotfiles from :(
cole-h has joined #home-manager
veleiro has quit [Remote host closed the connection]
nick124 has quit [Remote host closed the connection]
veleiro has joined #home-manager
cole-h has quit [Ping timeout: 256 seconds]
jonge[m] has quit [Quit: authenticating]
jonge[m] has joined #home-manager
__monty__ has joined #home-manager
maralorn has quit [Quit: Bridge terminating on SIGTERM]
Ericson2314 has quit [Quit: Bridge terminating on SIGTERM]
jschievink has quit [Quit: Bridge terminating on SIGTERM]
Dandellion has quit [Quit: Bridge terminating on SIGTERM]
Asbjrn[m] has quit [Quit: Bridge terminating on SIGTERM]
matthewcroughan[ has quit [Quit: Bridge terminating on SIGTERM]
SumnerEvans[m] has quit [Quit: Bridge terminating on SIGTERM]
Notkea[m] has quit [Quit: Bridge terminating on SIGTERM]
colemickens has quit [Quit: Bridge terminating on SIGTERM]
nicolas[m] has quit [Quit: Bridge terminating on SIGTERM]
aterius has quit [Quit: Bridge terminating on SIGTERM]
humancalico[m] has quit [Quit: Bridge terminating on SIGTERM]
theduke has quit [Quit: Bridge terminating on SIGTERM]
Ke has quit [Quit: Bridge terminating on SIGTERM]
hpfr has quit [Quit: Bridge terminating on SIGTERM]
pinage404[m] has quit [Quit: Bridge terminating on SIGTERM]
bbigras has quit [Quit: Bridge terminating on SIGTERM]
ohhaimark[m] has quit [Quit: Bridge terminating on SIGTERM]
Gordon[m] has quit [Quit: Bridge terminating on SIGTERM]
lytedev[m] has quit [Quit: Bridge terminating on SIGTERM]
kraem has quit [Quit: Bridge terminating on SIGTERM]
emily has quit [Quit: Bridge terminating on SIGTERM]
jonge[m] has quit [Quit: Bridge terminating on SIGTERM]
DanielEbbert[m] has quit [Quit: Bridge terminating on SIGTERM]
dash has quit [Quit: Bridge terminating on SIGTERM]
khassanov has quit [Quit: Bridge terminating on SIGTERM]
siraben has quit [Quit: Bridge terminating on SIGTERM]
DamienCassou has quit [Quit: Bridge terminating on SIGTERM]
NobbZ[m] has quit [Quit: Bridge terminating on SIGTERM]
Ox4A6F has quit [Quit: Bridge terminating on SIGTERM]
aaronjanse has quit [Quit: Bridge terminating on SIGTERM]
petrichor has quit [Quit: Bridge terminating on SIGTERM]
philipp[m] has quit [Quit: Bridge terminating on SIGTERM]
rycee has quit [Quit: Bridge terminating on SIGTERM]
khassanov has joined #home-manager
philipp[m] has joined #home-manager
Ericson2314 has joined #home-manager
Notkea[m] has joined #home-manager
NobbZ[m] has joined #home-manager
Ox4A6F has joined #home-manager
siraben has joined #home-manager
bbigras has joined #home-manager
jonge[m] has joined #home-manager
maralorn has joined #home-manager
DamienCassou has joined #home-manager
dash has joined #home-manager
JJJollyjim has joined #home-manager
petrichor has joined #home-manager
jschievink has joined #home-manager
colemickens has joined #home-manager
Gordon[m] has joined #home-manager
aaronjanse has joined #home-manager
emily has joined #home-manager
hpfr has joined #home-manager
humancalico[m] has joined #home-manager
theduke has joined #home-manager
Ke has joined #home-manager
Dandellion has joined #home-manager
pinage404[m] has joined #home-manager
Asbjrn[m] has joined #home-manager
SumnerEvans[m] has joined #home-manager
nicolas[m] has joined #home-manager
ohhaimark[m] has joined #home-manager
DanielEbbert[m] has joined #home-manager
lytedev[m] has joined #home-manager
matthewcroughan[ has joined #home-manager
aterius has joined #home-manager
rycee has joined #home-manager
benkolera has joined #home-manager
cyphase has quit [Ping timeout: 256 seconds]
cyphase has joined #home-manager
thibm has quit [Ping timeout: 264 seconds]
thibm has joined #home-manager
srk has quit [Ping timeout: 240 seconds]
srk has joined #home-manager
thibm has quit [Ping timeout: 272 seconds]
thibm has joined #home-manager
thibm has quit [Quit: WeeChat 2.6]
benkolera has quit [Quit: Idle for 30+ days]
rajivr has quit [Quit: Connection closed for inactivity]
justanotheruser has joined #home-manager
cole-h has joined #home-manager
<nicolas[m]>
rycee: is there a reference on the documentation format (adoc, mdbook, etc.)?
<rycee>
Option descriptions are in docbook-format.
<rycee>
But the manual itself is a mix between docbook and asciidoc.
evanjs has quit [Read error: Connection reset by peer]
<rycee>
Unfortunately the asciidoc use introduces a python-dependency. I've been playing around a bit at writing a simple binary asciidoc to docbook converter and may use that in the future to reduce the overhead involved in building the documentation.
evanjs has joined #home-manager
<nicolas[m]>
I think there was a discussion about the nixpkgs manual and asciidoc/docbook conversion tools
<rycee>
I think the manuals in nixpkgs are moving towards CommonMark?