<tilpner>
domenkozar[m]: Other first-impression feedback: the first things people will want to adjust are what file is built, and against what channel it's built. It would probably smoothen out their experience if you put examples of that into the documentation
<tilpner>
(And while I'm doing first-impression feedback: I get you need to make money, but wow! those private caches are expensive)
<domenkozar[m]>
they are cheaper than developer hour :)
<domenkozar[m]>
tilpner: thanks for the feedback, will add docs for file & NIX_PATH
<tilpner>
The pricing is probably just fine for companies, just not for students
drakonis has quit [Read error: Connection reset by peer]
<tilpner>
But there are the public caches (I forgot if they're going to stay free, and what limitations they have. I'll look it up)
<domenkozar[m]>
Ah yes. We only have company customers :)
<domenkozar[m]>
tilpner: you get 10G of storage
<tilpner>
Yeah, I found it. I'm curious, if you pay for the lowest plan, are your 10GB shared between your public and private caches, or do you get 10 each?
<domenkozar[m]>
it's shared
<domenkozar[m]>
these plans will change soon though, you'll get more storage.
<domenkozar[m]>
we initially picked conservative values so we wouldn't disappoint later.
<tilpner>
Sure, that makes sense :)
drakonis has joined #nixos-dev
<domenkozar[m]>
tilpner: your exception looks weird.
<domenkozar[m]>
not sure yet what's going on, but we'll investigate and report to yo uback
<tilpner>
domenkozar[m]: Could that just be bad splitting?
<tilpner>
The quoting is suspicious, with the trailing space inside the quotes
<domenkozar[m]>
ah, there's a space in there :facepalm:
<domenkozar[m]>
I guess my saneSplit is insaneSplit
<tilpner>
Luckily, store path names can't contain spaces, or parsing output of nix commands would be more fun™
<domenkozar[m]>
heh
__monty__ has quit [Quit: leaving]
drakonis_ has joined #nixos-dev
<Profpatsch>
The prices look quite reasonable.
drakonis1 has joined #nixos-dev
<MichaelRaskin>
Hmm. Without JS it doesn't show up and no indication of JS-only block is there (the rest of the page does work fine…)
drakonis_ has quit [Ping timeout: 268 seconds]
<domenkozar[m]>
MichaelRaskin: what's it?
<MichaelRaskin>
That was an answer to «prices look reasonable»
<domenkozar[m]>
tilpner: fixed the bug, will release v2 quite soon
<domenkozar[m]>
MichaelRaskin: ah yes, I assume you run JS :)
<MichaelRaskin>
It's a bit atypical to use JS for a nontrivial subset of static (from the browser point of view) page content!
<domenkozar[m]>
it's atypical to use Nix :)
<domenkozar[m]>
the way I see it is simple: if you don't trust our JS, you won't trust us with the service :)
<MichaelRaskin>
domenkozar: Nix use is atypical to the side of more consistency, though!
<MichaelRaskin>
I easily trust websites with a short slice of JS-running, sure. It's not like I care about anything they can reach in that jail without exploiting both Firefox and Linux kernel at the same time.
<simpson>
domenkozar[m]: I don't have "Secrets" in GH admin panel. "Deploy keys"?
<domenkozar[m]>
you need to sign up for actions first
<domenkozar[m]>
simpson: does that help?
<simpson>
domenkozar[m]: Yeah, it does. Currently filling out the YAML. I wanted to ensure that it works before reporting success.
<domenkozar[m]>
there's an ugly bug tilpner discovered, going to release v2 once I confirm everything is ready
<domenkozar[m]>
simpson: thanks, I added a note about secrets tab
<simpson>
Okay. I'm setting v2 in my YAML and I'll wait for you to release before I try pushing.
orivej has quit [Ping timeout: 240 seconds]
drakonis1 has quit [Quit: WeeChat 2.6]
<domenkozar[m]>
v2 pushed!
<domenkozar[m]>
going to also release v3 for install-nix-action in a minute
<simpson>
I have no idea what might happen TBH. Our Nix support is sometimes broken without our knowledge. But you'll be able to see any problems related to your side.
<tilpner>
domenkozar[m]: You may want to point out (with a comment above it) that with: name: cachix-action needs to changed, it's not immediately obvious, and might cause a round-trip of edit-push-wait