00:05
zarel has quit [Ping timeout: 258 seconds]
00:13
zarel has joined #nixos-dev
00:19
erictapen has quit [Ping timeout: 256 seconds]
00:20
erictapen has joined #nixos-dev
00:41
orivej has quit [Ping timeout: 246 seconds]
00:42
erictapen has quit [Ping timeout: 260 seconds]
00:50
ris has quit [Ping timeout: 240 seconds]
01:07
leungbk has quit [Ping timeout: 264 seconds]
01:15
leungbk has joined #nixos-dev
01:19
page_ has joined #nixos-dev
01:21
page has quit [Ping timeout: 264 seconds]
01:33
cole-h has quit [Ping timeout: 264 seconds]
01:36
teto has quit [Ping timeout: 244 seconds]
01:43
orivej has joined #nixos-dev
02:21
justan0theruser has joined #nixos-dev
02:25
justanotheruser has quit [Ping timeout: 264 seconds]
02:32
orivej has quit [Ping timeout: 240 seconds]
03:18
leungbk has quit [Ping timeout: 240 seconds]
03:25
leungbk has joined #nixos-dev
03:53
stoile has quit [Ping timeout: 258 seconds]
04:02
stoile has joined #nixos-dev
04:04
leungbk has quit [Ping timeout: 240 seconds]
04:07
stoile has quit [Ping timeout: 240 seconds]
04:19
supersandro2000 has joined #nixos-dev
04:35
justan0theruser is now known as justanotheruser
04:39
leungbk has joined #nixos-dev
04:46
stoile has joined #nixos-dev
05:34
leungbk has quit [Ping timeout: 264 seconds]
05:51
orivej has joined #nixos-dev
06:40
orivej has quit [Ping timeout: 246 seconds]
06:53
orivej has joined #nixos-dev
07:05
alp has joined #nixos-dev
07:18
kalbasit has quit [Ping timeout: 240 seconds]
07:18
cole-h has joined #nixos-dev
07:40
page_ is now known as page
08:00
jonringer has quit [Ping timeout: 264 seconds]
08:09
saschagrunert has joined #nixos-dev
08:10
alp has quit [Ping timeout: 256 seconds]
08:11
alp has joined #nixos-dev
08:20
supersandro2000 has joined #nixos-dev
08:22
AlwaysLivid has quit [Quit: We are a collection of 7 billion codependent atoms. Stop hating based on constructs and come along for the ride.]
08:44
<
zimbatm >
does anyone know of a trick to rebase a PR to staging without causing the mass-assignment?
08:46
<
zimbatm >
unfortunately the mass-assignment happens through the .github/OWNERS file
08:46
<
zimbatm >
this is done by GitHub directly instead of ofborg
08:47
<
cole-h >
But the linked script should help in that you'll find the merge base and rebasing on top of that, preventing you from touching all the files that are owned
08:47
<
cole-h >
(Though I've never actually tried it)
08:47
FRidh has joined #nixos-dev
08:48
<
zimbatm >
let me try this :)
08:59
<
zimbatm >
I tried pushing the merge-base to the PR before switching branch, and it closed the PR
09:00
<
zimbatm >
the issue is that both the code and the base have to be updated at the same time otherwise
09:05
<
zimbatm >
the best solution is still to close the old PR and create a new one on the new base
09:44
evanjs- has joined #nixos-dev
09:47
evanjs has quit [Ping timeout: 260 seconds]
10:11
FRidh has quit [Quit: Konversation terminated!]
10:12
alp has quit [Ping timeout: 272 seconds]
10:48
alp has joined #nixos-dev
11:07
alp has quit [Ping timeout: 272 seconds]
11:13
teto has joined #nixos-dev
11:15
FRidh has joined #nixos-dev
11:19
alp has joined #nixos-dev
11:19
supersandro2000 has joined #nixos-dev
11:28
orivej has quit [Ping timeout: 265 seconds]
11:37
rajivr has joined #nixos-dev
12:19
<
infinisil >
zimbatm: Using git merge-base worked for me before
12:19
<
infinisil >
,commands
12:19
<
infinisil >
,avoid-the-review-spam
12:19
<
{^_^} >
If you're retargetting a pull request and want to avoid notifying the code owners for all the unrelated changes, first rebase it against the merge base of master and staging, e.g. `git rebase --onto $(git merge-base origin/master origin/staging) master` if changing from master to staging.
12:20
<
infinisil >
zimbatm: ^
12:20
<
infinisil >
Though not sure about the last `master` there. I usually do `HEAD~<number of commits you want to rebase>` instead
12:22
<
infinisil >
Then force push, then change the branch in the github ui
12:24
<
FRidh >
the aarch64 and darwin builders have a lot of trouble keeping up again
12:26
cole-h has quit [Ping timeout: 260 seconds]
12:29
lopsided98_ has joined #nixos-dev
12:30
lopsided98 has quit [Ping timeout: 260 seconds]
13:11
<
siraben >
Is anyone actively working on/using incremental builds with Nix?
13:40
qyliss has quit [Quit: bye]
13:40
qyliss has joined #nixos-dev
14:22
<
domenkozar[m] >
FRidh: darwin is pretty good at catching up
14:23
<
domenkozar[m] >
most of macs were re-added ~2 days ago
14:23
<
domenkozar[m] >
aach64 goes in batches depending on market value
14:29
<
zimbatm >
infinisil: good point. I think my mistake was to push the merge-base first without the additional commit
14:29
<
zimbatm >
thanks <3
14:29
<
zimbatm >
infinisil++
14:29
<
{^_^} >
infinisil's karma got increased to 374
14:30
<
infinisil >
Oh yeah that would kind of explain it :)
14:33
Mic92 has quit [Quit: WeeChat 2.9]
14:33
Mic92 has joined #nixos-dev
14:45
__red__ has joined #nixos-dev
14:46
<
__red__ >
Is this the right place to ask for help with hydra?
14:46
<
__red__ >
hydra-queue-runner[10590]: aborting unsupported build step '/nix/store/zp36x8j60q37a3d1lf7nvn3m9szln5wd-vm-test-run-containers-imperative.drv' (type 'x86_64-linux:kvm,nixos-test'
14:46
<
__red__ >
is ailing me
14:47
<
__red__ >
not quite sure how to address that
14:47
<
__red__ >
when I look at the actual test script and execute the commands in the test suite by hand they all successfully execute
14:47
<
__red__ >
nix-container create / list / destroy, etc etc etc
14:48
<
gchristensen >
do you have an x86_64-linux remote builder configured with the features: kvm, nixos-test
14:48
<
__red__ >
if it's not a default, then no
14:48
<
__red__ >
this is only a local system
14:48
<
gchristensen >
I think you need to do that, even if you want localhost to do the work
14:48
<
gchristensen >
adding a "remote" builder line with the hostname "localhost"
14:49
<
__red__ >
curious - okay - lemme try that
14:58
<
__red__ >
you do that by adding to nix.buildMachines in your configuration.nix right?
15:06
<
__red__ >
lemme see if I can find some docs
15:15
<
__red__ >
it generated an /etc/nix/machines file with the following content:
15:15
<
__red__ >
localhost i686-linux,x86_64-linux - 6 1 kvm,nixos-test
15:19
orivej has joined #nixos-dev
16:03
leungbk has joined #nixos-dev
16:10
evanjs has joined #nixos-dev
16:13
leungbk has quit [Ping timeout: 260 seconds]
16:25
<
matthewkenigsber >
das_j: hi, was trying to fiddle around with nix build vs nix shell for NixDroid, what's an example of how you run nix build?
16:30
leungbk has joined #nixos-dev
16:53
alp has quit [Ping timeout: 260 seconds]
17:05
kalbasit has joined #nixos-dev
17:08
__monty__ has joined #nixos-dev
17:20
jonringer has joined #nixos-dev
17:43
rajivr has quit [Quit: Connection closed for inactivity]
17:59
evanjs has joined #nixos-dev
18:08
evanjs has joined #nixos-dev
18:25
alp has joined #nixos-dev
18:46
saschagrunert has quit [Quit: Leaving]
18:55
FRidh has quit [Quit: Konversation terminated!]
19:11
justanotheruser has quit [Ping timeout: 264 seconds]
19:15
alp has quit [Ping timeout: 272 seconds]
19:15
justanotheruser has joined #nixos-dev
19:28
ris has joined #nixos-dev
19:33
cole-h has joined #nixos-dev
19:40
cole-h has quit [Quit: Goodbye]
19:41
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
19:42
supersandro2000 has joined #nixos-dev
19:42
cole-h has joined #nixos-dev
20:01
orivej has quit [Ping timeout: 246 seconds]
20:33
alp has joined #nixos-dev
21:37
kalbasit has quit [*.net *.split]
21:37
stoile has quit [*.net *.split]
21:37
abathur has quit [*.net *.split]
21:37
lovesegfault has quit [*.net *.split]
21:37
terrorjack has quit [*.net *.split]
21:37
lovesegfault has joined #nixos-dev
21:37
terrorjack has joined #nixos-dev
21:37
abathur has joined #nixos-dev
21:37
stoile has joined #nixos-dev
21:37
kalbasit has joined #nixos-dev
21:37
terrorjack has quit [Max SendQ exceeded]
21:39
terrorjack has joined #nixos-dev
21:40
cole-h has quit [*.net *.split]
21:40
leungbk has quit [*.net *.split]
21:40
tilpner has quit [*.net *.split]
21:40
__red__ has quit [*.net *.split]
21:40
puck has quit [*.net *.split]
21:40
maljub01 has quit [*.net *.split]
21:40
bgamari has quit [*.net *.split]
21:40
utsl has quit [*.net *.split]
21:40
aminechikhaoui has quit [*.net *.split]
21:40
evils has quit [*.net *.split]
21:40
mkaito- has quit [*.net *.split]
21:40
pbogdan has quit [*.net *.split]
21:40
clever has quit [*.net *.split]
21:40
justanotheruser has quit [*.net *.split]
21:40
ma27[m] has quit [*.net *.split]
21:40
danielrf[m] has quit [*.net *.split]
21:40
alexarice[m] has quit [*.net *.split]
21:40
regnat has quit [*.net *.split]
21:40
Irenes[m] has quit [*.net *.split]
21:40
siraben has quit [*.net *.split]
21:40
garbas has quit [*.net *.split]
21:40
asymmetric has quit [*.net *.split]
21:40
terrorjack has quit [*.net *.split]
21:40
zarel has quit [*.net *.split]
21:40
costrouc has quit [*.net *.split]
21:40
vdemeester has quit [*.net *.split]
21:40
emilazy has quit [*.net *.split]
21:40
chrisaw has quit [*.net *.split]
21:40
georgyo has quit [*.net *.split]
21:40
aristid has quit [*.net *.split]
21:40
Graypup_ has quit [*.net *.split]
21:40
Valodim has quit [*.net *.split]
21:40
stigo has quit [*.net *.split]
21:40
V has quit [*.net *.split]
21:40
arianvp has quit [*.net *.split]
21:41
alexarice[m] has joined #nixos-dev
21:41
danielrf[m] has joined #nixos-dev
21:41
Irenes[m] has joined #nixos-dev
21:41
regnat has joined #nixos-dev
21:41
siraben has joined #nixos-dev
21:41
asymmetric has joined #nixos-dev
21:41
garbas has joined #nixos-dev
21:41
ma27[m] has joined #nixos-dev
21:41
justanotheruser has joined #nixos-dev
21:41
siraben has quit [Max SendQ exceeded]
21:41
justanotheruser has quit [Max SendQ exceeded]
21:41
costrouc has joined #nixos-dev
21:41
zarel has joined #nixos-dev
21:41
terrorjack has joined #nixos-dev
21:41
arianvp has joined #nixos-dev
21:41
stigo has joined #nixos-dev
21:41
V has joined #nixos-dev
21:41
Valodim has joined #nixos-dev
21:41
Graypup_ has joined #nixos-dev
21:41
aristid has joined #nixos-dev
21:41
georgyo has joined #nixos-dev
21:41
chrisaw has joined #nixos-dev
21:41
emilazy has joined #nixos-dev
21:41
vdemeester has joined #nixos-dev
21:41
terrorjack has quit [Max SendQ exceeded]
21:41
puck has joined #nixos-dev
21:41
niksnut has quit [*.net *.split]
21:41
drakonis has quit [*.net *.split]
21:41
avn has quit [*.net *.split]
21:41
globin has quit [*.net *.split]
21:41
hplar has quit [*.net *.split]
21:41
FireFly has quit [*.net *.split]
21:41
edef has quit [*.net *.split]
21:41
tilpner has joined #nixos-dev
21:41
__red__ has joined #nixos-dev
21:41
leungbk has joined #nixos-dev
21:41
cole-h has joined #nixos-dev
21:41
clever has joined #nixos-dev
21:41
aminechikhaoui has joined #nixos-dev
21:41
mkaito- has joined #nixos-dev
21:41
maljub01 has joined #nixos-dev
21:41
pbogdan has joined #nixos-dev
21:41
utsl has joined #nixos-dev
21:41
evils has joined #nixos-dev
21:41
bgamari has joined #nixos-dev
21:41
kloenk has quit [*.net *.split]
21:41
pinpox has quit [*.net *.split]
21:41
nbp has quit [*.net *.split]
21:41
marek has quit [*.net *.split]
21:41
ericnoan has quit [*.net *.split]
21:41
hexa- has quit [*.net *.split]
21:41
matthewkenigsber has quit [*.net *.split]
21:41
thefloweringash has quit [*.net *.split]
21:41
roberth has quit [*.net *.split]
21:41
Ox4A6F has quit [*.net *.split]
21:41
Ericson2314 has quit [*.net *.split]
21:41
weechat_2 has quit [*.net *.split]
21:41
aranea has quit [*.net *.split]
21:41
hax404 has quit [*.net *.split]
21:42
justanotheruser has joined #nixos-dev
21:42
nbp has joined #nixos-dev
21:42
marek has joined #nixos-dev
21:42
ericnoan has joined #nixos-dev
21:42
pinpox has joined #nixos-dev
21:42
kloenk has joined #nixos-dev
21:42
FireFly has joined #nixos-dev
21:42
hplar has joined #nixos-dev
21:42
globin has joined #nixos-dev
21:42
avn has joined #nixos-dev
21:42
drakonis has joined #nixos-dev
21:42
niksnut has joined #nixos-dev
21:42
edef has joined #nixos-dev
21:42
roberth has joined #nixos-dev
21:42
weechat_2 has joined #nixos-dev
21:42
matthewkenigsber has joined #nixos-dev
21:42
Ox4A6F has joined #nixos-dev
21:42
hax404 has joined #nixos-dev
21:42
hexa- has joined #nixos-dev
21:42
Ericson2314 has joined #nixos-dev
21:42
aranea has joined #nixos-dev
21:42
thefloweringash has joined #nixos-dev
21:42
Ericson2314 has quit [Max SendQ exceeded]
21:42
hexa- has quit [Max SendQ exceeded]
21:42
terrorjack0 has joined #nixos-dev
21:43
roberth has quit [Ping timeout: 240 seconds]
21:43
thefloweringash has quit [Ping timeout: 240 seconds]
21:43
bk1603[m] has quit [Ping timeout: 244 seconds]
21:43
maralorn has quit [Ping timeout: 244 seconds]
21:43
regnat has quit [Ping timeout: 260 seconds]
21:43
danielrf[m] has quit [Ping timeout: 260 seconds]
21:43
alexarice[m] has quit [Ping timeout: 260 seconds]
21:44
Valodim[m] has quit [Ping timeout: 268 seconds]
21:44
symphorien[m] has quit [Ping timeout: 268 seconds]
21:44
domenkozar[m] has quit [Ping timeout: 240 seconds]
21:44
matthewkenigsber has quit [Ping timeout: 240 seconds]
21:44
Ox4A6F has quit [Ping timeout: 240 seconds]
21:44
treed[m] has quit [Ping timeout: 246 seconds]
21:44
worldofpeace has quit [Ping timeout: 247 seconds]
21:44
jtojnar has quit [Ping timeout: 247 seconds]
21:44
philipp[m] has quit [Ping timeout: 244 seconds]
21:44
kraem has quit [Ping timeout: 244 seconds]
21:44
emily has quit [Ping timeout: 244 seconds]
21:44
rnhmjoj has quit [Ping timeout: 246 seconds]
21:44
Dandellion has quit [Ping timeout: 246 seconds]
21:44
aterius has quit [Ping timeout: 246 seconds]
21:44
puzzlewolf has quit [Ping timeout: 244 seconds]
21:44
jonge[m] has quit [Ping timeout: 246 seconds]
21:44
mkg20001 has quit [Ping timeout: 246 seconds]
21:44
michaelpj has quit [Ping timeout: 244 seconds]
21:44
aanderse has quit [Ping timeout: 244 seconds]
21:44
JJJollyjim has quit [Ping timeout: 244 seconds]
21:44
timokau[m] has quit [Ping timeout: 244 seconds]
21:44
nh2[m] has quit [Ping timeout: 244 seconds]
21:44
colemickens has quit [Ping timeout: 244 seconds]
21:44
DamienCassou has quit [Ping timeout: 268 seconds]
21:44
bbigras has quit [Ping timeout: 268 seconds]
21:44
ryantm has quit [Ping timeout: 268 seconds]
21:45
Irenes[m] has quit [Ping timeout: 260 seconds]
21:45
ma27[m] has quit [Ping timeout: 260 seconds]
21:45
zowoq[m] has quit [Ping timeout: 272 seconds]
21:46
hexa- has joined #nixos-dev
21:46
ris has quit [*.net *.split]
21:46
averell has quit [*.net *.split]
21:46
eyJhb has quit [*.net *.split]
21:46
kini has quit [*.net *.split]
21:46
endocrimes has quit [*.net *.split]
21:46
jpo has quit [*.net *.split]
21:46
edwtjo has quit [*.net *.split]
21:46
tv has quit [*.net *.split]
21:46
pie_ has quit [*.net *.split]
21:46
ivan has quit [*.net *.split]
21:46
ekleog has quit [*.net *.split]
21:46
makefu has quit [*.net *.split]
21:46
hyperfekt has quit [*.net *.split]
21:46
srk has quit [*.net *.split]
21:47
endocrimes has joined #nixos-dev
21:47
eyJhb has joined #nixos-dev
21:47
kini has joined #nixos-dev
21:47
averell has joined #nixos-dev
21:47
ris has joined #nixos-dev
21:47
jpo has joined #nixos-dev
21:47
georgyo has quit [Ping timeout: 272 seconds]
21:47
rycee has quit [Ping timeout: 246 seconds]
21:48
manveru has quit [*.net *.split]
21:48
p01ar_ has quit [*.net *.split]
21:48
thoughtpolice has quit [*.net *.split]
21:48
cstrahan has quit [*.net *.split]
21:48
prusnak has quit [*.net *.split]
21:48
sorear has quit [*.net *.split]
21:48
ashkitten has quit [*.net *.split]
21:48
spacekookie has quit [*.net *.split]
21:48
Profpatsch has quit [*.net *.split]
21:50
georgyo has joined #nixos-dev
21:50
tv has joined #nixos-dev
21:50
edwtjo has joined #nixos-dev
21:50
srk has joined #nixos-dev
21:50
hyperfekt has joined #nixos-dev
21:50
makefu has joined #nixos-dev
21:50
ivan has joined #nixos-dev
21:50
pie_ has joined #nixos-dev
21:51
p01ar_ has joined #nixos-dev
21:51
prusnak has joined #nixos-dev
21:51
cstrahan has joined #nixos-dev
21:51
manveru has joined #nixos-dev
21:51
thoughtpolice has joined #nixos-dev
21:51
Profpatsch has joined #nixos-dev
21:51
ashkitten has joined #nixos-dev
21:51
spacekookie has joined #nixos-dev
21:51
sorear has joined #nixos-dev
21:51
cstrahan has quit [Ping timeout: 240 seconds]
21:51
ekleog has joined #nixos-dev
21:51
terrorjack0 has quit [*.net *.split]
21:51
__monty__ has quit [*.net *.split]
21:51
evanjs has quit [*.net *.split]
21:51
AtnNn has quit [*.net *.split]
21:51
danderson has quit [*.net *.split]
21:51
tetdim has quit [*.net *.split]
21:51
primeos has quit [*.net *.split]
21:51
energizer has quit [*.net *.split]
21:51
delroth has quit [*.net *.split]
21:51
harrow has quit [*.net *.split]
21:51
zimbatm has quit [*.net *.split]
21:51
cptchaos83 has quit [*.net *.split]
21:51
iwq has quit [*.net *.split]
21:51
grw1 has quit [*.net *.split]
21:53
harrow has joined #nixos-dev
21:53
cptchaos83 has joined #nixos-dev
21:53
zimbatm has joined #nixos-dev
21:53
grw1 has joined #nixos-dev
21:53
iwq has joined #nixos-dev
21:53
AtnNn has joined #nixos-dev
21:53
danderson has joined #nixos-dev
21:53
__monty__ has joined #nixos-dev
21:53
evanjs has joined #nixos-dev
21:53
terrorjack0 has joined #nixos-dev
21:53
delroth has joined #nixos-dev
21:53
energizer has joined #nixos-dev
21:53
tetdim has joined #nixos-dev
21:53
primeos has joined #nixos-dev
21:53
ehmry has quit [*.net *.split]
21:53
teto has quit [*.net *.split]
21:53
mdlayher has quit [*.net *.split]
21:53
johanot has quit [*.net *.split]
21:53
talyz has quit [*.net *.split]
21:53
talyz has joined #nixos-dev
21:53
johanot has joined #nixos-dev
21:53
mdlayher has joined #nixos-dev
21:53
ehmry has joined #nixos-dev
21:53
teto has joined #nixos-dev
21:53
page has quit [*.net *.split]
21:53
Jackneilll has quit [*.net *.split]
21:53
Scriptkiddi has quit [*.net *.split]
21:53
m1cr0man has quit [*.net *.split]
21:53
tdeo has quit [*.net *.split]
21:53
disasm has quit [*.net *.split]
21:53
mjsir911 has quit [*.net *.split]
21:53
samueldr has quit [*.net *.split]
21:53
lassulus has quit [*.net *.split]
21:53
kgz has quit [*.net *.split]
21:53
catern has quit [*.net *.split]
21:53
kcalvinalvin has quit [*.net *.split]
21:54
feepo has quit [*.net *.split]
21:54
teozkr_ has quit [*.net *.split]
21:54
cbarrett has quit [*.net *.split]
21:54
betawaffle has quit [*.net *.split]
21:54
c00w has quit [*.net *.split]
21:54
jared-w has quit [*.net *.split]
21:54
dmj` has quit [*.net *.split]
21:54
yorick has quit [*.net *.split]
21:54
gchristensen has quit [*.net *.split]
21:54
b42 has quit [*.net *.split]
21:54
NinjaTrappeur has quit [*.net *.split]
21:54
infinisil has quit [*.net *.split]
21:54
joepie91 has quit [*.net *.split]
21:54
ky0ko1 has quit [*.net *.split]
21:54
Gaelan has quit [*.net *.split]
21:54
hl has quit [*.net *.split]
21:54
mjsir911 has joined #nixos-dev
21:54
disasm has joined #nixos-dev
21:54
samueldr has joined #nixos-dev
21:54
lassulus has joined #nixos-dev
21:54
tdeo has joined #nixos-dev
21:54
kgz has joined #nixos-dev
21:54
catern has joined #nixos-dev
21:54
Scriptkiddi has joined #nixos-dev
21:54
m1cr0man has joined #nixos-dev
21:54
Jackneilll has joined #nixos-dev
21:54
kcalvinalvin has joined #nixos-dev
21:54
page has joined #nixos-dev
21:54
Jackneilll has quit [Max SendQ exceeded]
21:54
kgz has quit [Max SendQ exceeded]
21:54
Jackneilll has joined #nixos-dev
21:54
puck has quit [*.net *.split]
21:54
supersandro2000 has quit [*.net *.split]
21:54
julm has quit [*.net *.split]
21:54
adisbladis has quit [*.net *.split]
21:54
dongcarl has quit [*.net *.split]
21:54
cransom has quit [*.net *.split]
21:54
tokudan has quit [*.net *.split]
21:54
aszlig has quit [*.net *.split]
21:54
WilliButz has quit [*.net *.split]
21:54
euank has quit [*.net *.split]
21:54
dmj` has joined #nixos-dev
21:54
teozkr_ has joined #nixos-dev
21:54
cbarrett has joined #nixos-dev
21:54
feepo has joined #nixos-dev
21:54
NinjaTrappeur has joined #nixos-dev
21:54
gchristensen has joined #nixos-dev
21:54
hl has joined #nixos-dev
21:54
ky0ko1 has joined #nixos-dev
21:54
infinisil has joined #nixos-dev
21:54
b42 has joined #nixos-dev
21:54
yorick has joined #nixos-dev
21:54
joepie91 has joined #nixos-dev
21:54
jared-w has joined #nixos-dev
21:54
c00w has joined #nixos-dev
21:54
betawaffle has joined #nixos-dev
21:54
Gaelan has joined #nixos-dev
21:55
puck has joined #nixos-dev
21:55
WilliButz has joined #nixos-dev
21:55
euank has joined #nixos-dev
21:55
tokudan has joined #nixos-dev
21:55
aszlig has joined #nixos-dev
21:55
cransom has joined #nixos-dev
21:55
dongcarl has joined #nixos-dev
21:55
adisbladis has joined #nixos-dev
21:55
julm has joined #nixos-dev
21:55
supersandro2000 has joined #nixos-dev
21:55
dongcarl has quit [Max SendQ exceeded]
21:56
dongcarl1 has joined #nixos-dev
21:56
cstrahan has joined #nixos-dev
21:56
betawaffle has quit [Ping timeout: 254 seconds]
21:56
dmj` has quit [Ping timeout: 254 seconds]
21:57
cbarrett has quit [Ping timeout: 260 seconds]
21:57
kgz has joined #nixos-dev
21:58
feepo has quit [Ping timeout: 260 seconds]
21:59
terrorjack has joined #nixos-dev
22:00
cbarrett has joined #nixos-dev
22:03
feepo has joined #nixos-dev
22:04
betawaffle has joined #nixos-dev
22:09
dmj` has joined #nixos-dev
22:10
domenkozar[m] has joined #nixos-dev
22:11
Valodim[m] has joined #nixos-dev
22:11
ryantm has joined #nixos-dev
22:11
symphorien[m] has joined #nixos-dev
22:13
regnat has joined #nixos-dev
22:13
danielrf[m] has joined #nixos-dev
22:13
alexarice[m] has joined #nixos-dev
22:14
Ericson2314 has joined #nixos-dev
22:14
siraben has joined #nixos-dev
22:14
colemickens has joined #nixos-dev
22:17
zowoq[m] has joined #nixos-dev
22:18
rnhmjoj has joined #nixos-dev
22:18
Dandellion has joined #nixos-dev
22:18
michaelpj has joined #nixos-dev
22:18
kraem has joined #nixos-dev
22:19
puzzlewolf has joined #nixos-dev
22:19
aanderse has joined #nixos-dev
22:19
timokau[m] has joined #nixos-dev
22:19
nh2[m] has joined #nixos-dev
22:19
DamienCassou has joined #nixos-dev
22:20
mkg20001 has joined #nixos-dev
22:21
emily has joined #nixos-dev
22:21
philipp[m] has joined #nixos-dev
22:22
matthewkenigsber has joined #nixos-dev
22:22
rycee has joined #nixos-dev
22:23
ma27[m] has joined #nixos-dev
22:23
jtojnar has joined #nixos-dev
22:23
Ox4A6F has joined #nixos-dev
22:23
treed[m] has joined #nixos-dev
22:23
worldofpeace has joined #nixos-dev
22:24
jonge[m] has joined #nixos-dev
22:25
thefloweringash has joined #nixos-dev
22:25
Irenes[m] has joined #nixos-dev
22:25
bk1603[m] has joined #nixos-dev
22:26
maralorn has joined #nixos-dev
22:26
roberth has joined #nixos-dev
22:27
aterius has joined #nixos-dev
22:28
bbigras has joined #nixos-dev
22:41
leungbk has quit [Ping timeout: 240 seconds]
22:42
leungbk has joined #nixos-dev
23:05
leungbk has quit [Remote host closed the connection]
23:06
__monty__ has quit [Quit: leaving]
23:24
alp has quit [Ping timeout: 244 seconds]
23:32
bridge[evilred] has quit [Remote host closed the connection]
23:32
bridge[evilred] has joined #nixos-dev
23:33
orivej has joined #nixos-dev