worldofpeace changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.09 RMs: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
zarel has quit [Ping timeout: 258 seconds]
zarel has joined #nixos-dev
erictapen has quit [Ping timeout: 256 seconds]
erictapen has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
erictapen has quit [Ping timeout: 260 seconds]
ris has quit [Ping timeout: 240 seconds]
leungbk has quit [Ping timeout: 264 seconds]
leungbk has joined #nixos-dev
page_ has joined #nixos-dev
page has quit [Ping timeout: 264 seconds]
cole-h has quit [Ping timeout: 264 seconds]
teto has quit [Ping timeout: 244 seconds]
orivej has joined #nixos-dev
justan0theruser has joined #nixos-dev
justanotheruser has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 240 seconds]
leungbk has quit [Ping timeout: 240 seconds]
leungbk has joined #nixos-dev
stoile has quit [Ping timeout: 258 seconds]
stoile has joined #nixos-dev
leungbk has quit [Ping timeout: 240 seconds]
stoile has quit [Ping timeout: 240 seconds]
supersandro2000 has joined #nixos-dev
justan0theruser is now known as justanotheruser
leungbk has joined #nixos-dev
stoile has joined #nixos-dev
leungbk has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
alp has joined #nixos-dev
kalbasit has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos-dev
page_ is now known as page
jonringer has quit [Ping timeout: 264 seconds]
saschagrunert has joined #nixos-dev
alp has quit [Ping timeout: 256 seconds]
alp has joined #nixos-dev
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
AlwaysLivid has quit [Quit: We are a collection of 7 billion codependent atoms. Stop hating based on constructs and come along for the ride.]
<zimbatm> does anyone know of a trick to rebase a PR to staging without causing the mass-assignment?
<zimbatm> unfortunately the mass-assignment happens through the .github/OWNERS file
<zimbatm> this is done by GitHub directly instead of ofborg
<cole-h> right
<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
<cole-h> (Though I've never actually tried it)
<zimbatm> ohhh
FRidh has joined #nixos-dev
<zimbatm> let me try this :)
<zimbatm> I tried pushing the merge-base to the PR before switching branch, and it closed the PR
<zimbatm> the issue is that both the code and the base have to be updated at the same time otherwise
<zimbatm> the best solution is still to close the old PR and create a new one on the new base
evanjs- has joined #nixos-dev
evanjs has quit [Ping timeout: 260 seconds]
FRidh has quit [Quit: Konversation terminated!]
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
teto has joined #nixos-dev
FRidh has joined #nixos-dev
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
alp has joined #nixos-dev
supersandro2000 has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
rajivr has joined #nixos-dev
<infinisil> zimbatm: Using git merge-base worked for me before
<infinisil> ,commands
<infinisil> ,avoid-the-review-spam
<{^_^}> 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.
<infinisil> zimbatm: ^
<infinisil> Though not sure about the last `master` there. I usually do `HEAD~<number of commits you want to rebase>` instead
<infinisil> Then force push, then change the branch in the github ui
<FRidh> the aarch64 and darwin builders have a lot of trouble keeping up again
cole-h has quit [Ping timeout: 260 seconds]
lopsided98_ has joined #nixos-dev
lopsided98 has quit [Ping timeout: 260 seconds]
<siraben> Is anyone actively working on/using incremental builds with Nix?
qyliss has quit [Quit: bye]
qyliss has joined #nixos-dev
<domenkozar[m]> FRidh: darwin is pretty good at catching up
<domenkozar[m]> most of macs were re-added ~2 days ago
<domenkozar[m]> aach64 goes in batches depending on market value
<zimbatm> infinisil: good point. I think my mistake was to push the merge-base first without the additional commit
<zimbatm> thanks <3
<zimbatm> infinisil++
<{^_^}> infinisil's karma got increased to 374
<infinisil> Oh yeah that would kind of explain it :)
Mic92 has quit [Quit: WeeChat 2.9]
Mic92 has joined #nixos-dev
__red__ has joined #nixos-dev
<__red__> Is this the right place to ask for help with hydra?
<__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'
<__red__> is ailing me
<__red__> not quite sure how to address that
<__red__> when I look at the actual test script and execute the commands in the test suite by hand they all successfully execute
<__red__> nix-container create / list / destroy, etc etc etc
<gchristensen> do you have an x86_64-linux remote builder configured with the features: kvm, nixos-test
<__red__> if it's not a default, then no
<__red__> this is only a local system
<gchristensen> I think you need to do that, even if you want localhost to do the work
<gchristensen> adding a "remote" builder line with the hostname "localhost"
<__red__> curious - okay - lemme try that
<__red__> you do that by adding to nix.buildMachines in your configuration.nix right?
<__red__> lemme see if I can find some docs
<__red__> it generated an /etc/nix/machines file with the following content:
<__red__> localhost i686-linux,x86_64-linux - 6 1 kvm,nixos-test
orivej has joined #nixos-dev
leungbk has joined #nixos-dev
evanjs- has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #nixos-dev
leungbk has quit [Ping timeout: 260 seconds]
<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?
leungbk has joined #nixos-dev
alp has quit [Ping timeout: 260 seconds]
kalbasit has joined #nixos-dev
__monty__ has joined #nixos-dev
jonringer has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #nixos-dev
alp has joined #nixos-dev
saschagrunert has quit [Quit: Leaving]
FRidh has quit [Quit: Konversation terminated!]
justanotheruser has quit [Ping timeout: 264 seconds]
alp has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos-dev
ris has joined #nixos-dev
cole-h has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
supersandro2000 has joined #nixos-dev
cole-h has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
alp has joined #nixos-dev
kalbasit has quit [*.net *.split]
stoile has quit [*.net *.split]
abathur has quit [*.net *.split]
lovesegfault has quit [*.net *.split]
terrorjack has quit [*.net *.split]
lovesegfault has joined #nixos-dev
terrorjack has joined #nixos-dev
abathur has joined #nixos-dev
stoile has joined #nixos-dev
kalbasit has joined #nixos-dev
terrorjack has quit [Max SendQ exceeded]
terrorjack has joined #nixos-dev
cole-h has quit [*.net *.split]
leungbk has quit [*.net *.split]
tilpner has quit [*.net *.split]
__red__ has quit [*.net *.split]
puck has quit [*.net *.split]
maljub01 has quit [*.net *.split]
bgamari has quit [*.net *.split]
utsl has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
evils has quit [*.net *.split]
mkaito- has quit [*.net *.split]
pbogdan has quit [*.net *.split]
clever has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
regnat has quit [*.net *.split]
Irenes[m] has quit [*.net *.split]
siraben has quit [*.net *.split]
garbas has quit [*.net *.split]
asymmetric has quit [*.net *.split]
terrorjack has quit [*.net *.split]
zarel has quit [*.net *.split]
costrouc has quit [*.net *.split]
vdemeester has quit [*.net *.split]
emilazy has quit [*.net *.split]
chrisaw has quit [*.net *.split]
georgyo has quit [*.net *.split]
aristid has quit [*.net *.split]
Graypup_ has quit [*.net *.split]
Valodim has quit [*.net *.split]
stigo has quit [*.net *.split]
V has quit [*.net *.split]
arianvp has quit [*.net *.split]
alexarice[m] has joined #nixos-dev
danielrf[m] has joined #nixos-dev
Irenes[m] has joined #nixos-dev
regnat has joined #nixos-dev
siraben has joined #nixos-dev
asymmetric has joined #nixos-dev
garbas has joined #nixos-dev
ma27[m] has joined #nixos-dev
justanotheruser has joined #nixos-dev
siraben has quit [Max SendQ exceeded]
justanotheruser has quit [Max SendQ exceeded]
costrouc has joined #nixos-dev
zarel has joined #nixos-dev
terrorjack has joined #nixos-dev
arianvp has joined #nixos-dev
stigo has joined #nixos-dev
V has joined #nixos-dev
Valodim has joined #nixos-dev
Graypup_ has joined #nixos-dev
aristid has joined #nixos-dev
georgyo has joined #nixos-dev
chrisaw has joined #nixos-dev
emilazy has joined #nixos-dev
vdemeester has joined #nixos-dev
terrorjack has quit [Max SendQ exceeded]
puck has joined #nixos-dev
niksnut has quit [*.net *.split]
drakonis has quit [*.net *.split]
avn has quit [*.net *.split]
globin has quit [*.net *.split]
hplar has quit [*.net *.split]
FireFly has quit [*.net *.split]
edef has quit [*.net *.split]
tilpner has joined #nixos-dev
__red__ has joined #nixos-dev
leungbk has joined #nixos-dev
cole-h has joined #nixos-dev
clever has joined #nixos-dev
aminechikhaoui has joined #nixos-dev
mkaito- has joined #nixos-dev
maljub01 has joined #nixos-dev
pbogdan has joined #nixos-dev
utsl has joined #nixos-dev
evils has joined #nixos-dev
bgamari has joined #nixos-dev
kloenk has quit [*.net *.split]
pinpox has quit [*.net *.split]
nbp has quit [*.net *.split]
marek has quit [*.net *.split]
ericnoan has quit [*.net *.split]
hexa- has quit [*.net *.split]
matthewkenigsber has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
roberth has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
weechat_2 has quit [*.net *.split]
aranea has quit [*.net *.split]
hax404 has quit [*.net *.split]
justanotheruser has joined #nixos-dev
nbp has joined #nixos-dev
marek has joined #nixos-dev
ericnoan has joined #nixos-dev
pinpox has joined #nixos-dev
kloenk has joined #nixos-dev
FireFly has joined #nixos-dev
hplar has joined #nixos-dev
globin has joined #nixos-dev
avn has joined #nixos-dev
drakonis has joined #nixos-dev
niksnut has joined #nixos-dev
edef has joined #nixos-dev
roberth has joined #nixos-dev
weechat_2 has joined #nixos-dev
matthewkenigsber has joined #nixos-dev
Ox4A6F has joined #nixos-dev
hax404 has joined #nixos-dev
hexa- has joined #nixos-dev
Ericson2314 has joined #nixos-dev
aranea has joined #nixos-dev
thefloweringash has joined #nixos-dev
Ericson2314 has quit [Max SendQ exceeded]
hexa- has quit [Max SendQ exceeded]
terrorjack0 has joined #nixos-dev
roberth has quit [Ping timeout: 240 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
bk1603[m] has quit [Ping timeout: 244 seconds]
maralorn has quit [Ping timeout: 244 seconds]
regnat has quit [Ping timeout: 260 seconds]
danielrf[m] has quit [Ping timeout: 260 seconds]
alexarice[m] has quit [Ping timeout: 260 seconds]
Valodim[m] has quit [Ping timeout: 268 seconds]
symphorien[m] has quit [Ping timeout: 268 seconds]
domenkozar[m] has quit [Ping timeout: 240 seconds]
matthewkenigsber has quit [Ping timeout: 240 seconds]
Ox4A6F has quit [Ping timeout: 240 seconds]
treed[m] has quit [Ping timeout: 246 seconds]
worldofpeace has quit [Ping timeout: 247 seconds]
jtojnar has quit [Ping timeout: 247 seconds]
philipp[m] has quit [Ping timeout: 244 seconds]
kraem has quit [Ping timeout: 244 seconds]
emily has quit [Ping timeout: 244 seconds]
rnhmjoj has quit [Ping timeout: 246 seconds]
Dandellion has quit [Ping timeout: 246 seconds]
aterius has quit [Ping timeout: 246 seconds]
puzzlewolf has quit [Ping timeout: 244 seconds]
jonge[m] has quit [Ping timeout: 246 seconds]
mkg20001 has quit [Ping timeout: 246 seconds]
michaelpj has quit [Ping timeout: 244 seconds]
aanderse has quit [Ping timeout: 244 seconds]
JJJollyjim has quit [Ping timeout: 244 seconds]
timokau[m] has quit [Ping timeout: 244 seconds]
nh2[m] has quit [Ping timeout: 244 seconds]
colemickens has quit [Ping timeout: 244 seconds]
DamienCassou has quit [Ping timeout: 268 seconds]
bbigras has quit [Ping timeout: 268 seconds]
ryantm has quit [Ping timeout: 268 seconds]
Irenes[m] has quit [Ping timeout: 260 seconds]
ma27[m] has quit [Ping timeout: 260 seconds]
zowoq[m] has quit [Ping timeout: 272 seconds]
hexa- has joined #nixos-dev
ris has quit [*.net *.split]
averell has quit [*.net *.split]
eyJhb has quit [*.net *.split]
kini has quit [*.net *.split]
endocrimes has quit [*.net *.split]
jpo has quit [*.net *.split]
edwtjo has quit [*.net *.split]
tv has quit [*.net *.split]
pie_ has quit [*.net *.split]
ivan has quit [*.net *.split]
ekleog has quit [*.net *.split]
makefu has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
srk has quit [*.net *.split]
endocrimes has joined #nixos-dev
eyJhb has joined #nixos-dev
kini has joined #nixos-dev
averell has joined #nixos-dev
ris has joined #nixos-dev
jpo has joined #nixos-dev
georgyo has quit [Ping timeout: 272 seconds]
rycee has quit [Ping timeout: 246 seconds]
manveru has quit [*.net *.split]
p01ar_ has quit [*.net *.split]
thoughtpolice has quit [*.net *.split]
cstrahan has quit [*.net *.split]
prusnak has quit [*.net *.split]
sorear has quit [*.net *.split]
ashkitten has quit [*.net *.split]
spacekookie has quit [*.net *.split]
Profpatsch has quit [*.net *.split]
georgyo has joined #nixos-dev
tv has joined #nixos-dev
edwtjo has joined #nixos-dev
srk has joined #nixos-dev
hyperfekt has joined #nixos-dev
makefu has joined #nixos-dev
ivan has joined #nixos-dev
pie_ has joined #nixos-dev
p01ar_ has joined #nixos-dev
prusnak has joined #nixos-dev
cstrahan has joined #nixos-dev
manveru has joined #nixos-dev
thoughtpolice has joined #nixos-dev
Profpatsch has joined #nixos-dev
ashkitten has joined #nixos-dev
spacekookie has joined #nixos-dev
sorear has joined #nixos-dev
cstrahan has quit [Ping timeout: 240 seconds]
ekleog has joined #nixos-dev
terrorjack0 has quit [*.net *.split]
__monty__ has quit [*.net *.split]
evanjs has quit [*.net *.split]
AtnNn has quit [*.net *.split]
danderson has quit [*.net *.split]
tetdim has quit [*.net *.split]
primeos has quit [*.net *.split]
energizer has quit [*.net *.split]
delroth has quit [*.net *.split]
harrow has quit [*.net *.split]
zimbatm has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
iwq has quit [*.net *.split]
grw1 has quit [*.net *.split]
harrow has joined #nixos-dev
cptchaos83 has joined #nixos-dev
zimbatm has joined #nixos-dev
grw1 has joined #nixos-dev
iwq has joined #nixos-dev
AtnNn has joined #nixos-dev
danderson has joined #nixos-dev
__monty__ has joined #nixos-dev
evanjs has joined #nixos-dev
terrorjack0 has joined #nixos-dev
delroth has joined #nixos-dev
energizer has joined #nixos-dev
tetdim has joined #nixos-dev
primeos has joined #nixos-dev
ehmry has quit [*.net *.split]
teto has quit [*.net *.split]
mdlayher has quit [*.net *.split]
johanot has quit [*.net *.split]
talyz has quit [*.net *.split]
talyz has joined #nixos-dev
johanot has joined #nixos-dev
mdlayher has joined #nixos-dev
ehmry has joined #nixos-dev
teto has joined #nixos-dev
page has quit [*.net *.split]
Jackneilll has quit [*.net *.split]
Scriptkiddi has quit [*.net *.split]
m1cr0man has quit [*.net *.split]
tdeo has quit [*.net *.split]
disasm has quit [*.net *.split]
mjsir911 has quit [*.net *.split]
samueldr has quit [*.net *.split]
lassulus has quit [*.net *.split]
kgz has quit [*.net *.split]
catern has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
feepo has quit [*.net *.split]
teozkr_ has quit [*.net *.split]
cbarrett has quit [*.net *.split]
betawaffle has quit [*.net *.split]
c00w has quit [*.net *.split]
jared-w has quit [*.net *.split]
dmj` has quit [*.net *.split]
yorick has quit [*.net *.split]
gchristensen has quit [*.net *.split]
b42 has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
infinisil has quit [*.net *.split]
joepie91 has quit [*.net *.split]
ky0ko1 has quit [*.net *.split]
Gaelan has quit [*.net *.split]
hl has quit [*.net *.split]
mjsir911 has joined #nixos-dev
disasm has joined #nixos-dev
samueldr has joined #nixos-dev
lassulus has joined #nixos-dev
tdeo has joined #nixos-dev
kgz has joined #nixos-dev
catern has joined #nixos-dev
Scriptkiddi has joined #nixos-dev
m1cr0man has joined #nixos-dev
Jackneilll has joined #nixos-dev
kcalvinalvin has joined #nixos-dev
page has joined #nixos-dev
Jackneilll has quit [Max SendQ exceeded]
kgz has quit [Max SendQ exceeded]
Jackneilll has joined #nixos-dev
puck has quit [*.net *.split]
supersandro2000 has quit [*.net *.split]
julm has quit [*.net *.split]
adisbladis has quit [*.net *.split]
dongcarl has quit [*.net *.split]
cransom has quit [*.net *.split]
tokudan has quit [*.net *.split]
aszlig has quit [*.net *.split]
WilliButz has quit [*.net *.split]
euank has quit [*.net *.split]
dmj` has joined #nixos-dev
teozkr_ has joined #nixos-dev
cbarrett has joined #nixos-dev
feepo has joined #nixos-dev
NinjaTrappeur has joined #nixos-dev
gchristensen has joined #nixos-dev
hl has joined #nixos-dev
ky0ko1 has joined #nixos-dev
infinisil has joined #nixos-dev
b42 has joined #nixos-dev
yorick has joined #nixos-dev
joepie91 has joined #nixos-dev
jared-w has joined #nixos-dev
c00w has joined #nixos-dev
betawaffle has joined #nixos-dev
Gaelan has joined #nixos-dev
puck has joined #nixos-dev
WilliButz has joined #nixos-dev
euank has joined #nixos-dev
tokudan has joined #nixos-dev
aszlig has joined #nixos-dev
cransom has joined #nixos-dev
dongcarl has joined #nixos-dev
adisbladis has joined #nixos-dev
julm has joined #nixos-dev
supersandro2000 has joined #nixos-dev
dongcarl has quit [Max SendQ exceeded]
dongcarl1 has joined #nixos-dev
cstrahan has joined #nixos-dev
betawaffle has quit [Ping timeout: 254 seconds]
dmj` has quit [Ping timeout: 254 seconds]
cbarrett has quit [Ping timeout: 260 seconds]
kgz has joined #nixos-dev
terrorjack0 has quit [Quit: The Lounge - https://thelounge.chat]
feepo has quit [Ping timeout: 260 seconds]
terrorjack has joined #nixos-dev
cbarrett has joined #nixos-dev
feepo has joined #nixos-dev
betawaffle has joined #nixos-dev
dmj` has joined #nixos-dev
domenkozar[m] has joined #nixos-dev
Valodim[m] has joined #nixos-dev
ryantm has joined #nixos-dev
symphorien[m] has joined #nixos-dev
regnat has joined #nixos-dev
danielrf[m] has joined #nixos-dev
alexarice[m] has joined #nixos-dev
Ericson2314 has joined #nixos-dev
siraben has joined #nixos-dev
colemickens has joined #nixos-dev
zowoq[m] has joined #nixos-dev
rnhmjoj has joined #nixos-dev
Dandellion has joined #nixos-dev
michaelpj has joined #nixos-dev
kraem has joined #nixos-dev
puzzlewolf has joined #nixos-dev
aanderse has joined #nixos-dev
timokau[m] has joined #nixos-dev
nh2[m] has joined #nixos-dev
DamienCassou has joined #nixos-dev
mkg20001 has joined #nixos-dev
emily has joined #nixos-dev
philipp[m] has joined #nixos-dev
matthewkenigsber has joined #nixos-dev
rycee has joined #nixos-dev
ma27[m] has joined #nixos-dev
jtojnar has joined #nixos-dev
Ox4A6F has joined #nixos-dev
treed[m] has joined #nixos-dev
worldofpeace has joined #nixos-dev
jonge[m] has joined #nixos-dev
thefloweringash has joined #nixos-dev
Irenes[m] has joined #nixos-dev
bk1603[m] has joined #nixos-dev
maralorn has joined #nixos-dev
roberth has joined #nixos-dev
aterius has joined #nixos-dev
bbigras has joined #nixos-dev
leungbk has quit [Ping timeout: 240 seconds]
leungbk has joined #nixos-dev
leungbk has quit [Remote host closed the connection]
__monty__ has quit [Quit: leaving]
alp has quit [Ping timeout: 244 seconds]
bridge[evilred] has quit [Remote host closed the connection]
bridge[evilred] has joined #nixos-dev
orivej has joined #nixos-dev