<samueldr>
<a*di-> g*******n: /tmp on "ceres" is running full causing aborted builds (https://hydra.nixos.org/build/124704648), any chance you could have a look?
<samueldr>
possibly related to this earlier message?
<cole-h>
Quite possible. Aside from the aforepinged person, does anybody else have the ability to fix this?
<samueldr>
european inclined people yeah, most likely asleep
<samueldr>
is it causing a pressing problem?
<samueldr>
I might be able to launch a flare in the air about it, if it is, otherwise it's likely to be noticed and fixed in less than a day
<cole-h>
Depends on your definition of pressing. Currently blocking every channel except nixpkgs-unstable it looks like (at least unstable-small and unstable), but a few missed channel updates are probably fine
<cole-h>
Especially considering we've gone weeks without an unstable bump in the past :P
<samueldr>
yeah, pressing would be if there was a security fix waiting to be released, I guess
<cole-h>
Nothing that pressing comes to mind. Then again, have only had the free time to check Nixpkgs-related stuff in the past, oh, 3 hours :P
<cole-h>
Probably fine to leave it be until someone comes along
<samueldr>
I guess so too
abathur has quit [Ping timeout: 264 seconds]
jonringer has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
abathur has joined #nixos-dev
kalbasit has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
justanotheruser has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
<arianvp>
I call the `pkgs.nixos` function; (So that's evaluating nixos modules using a pre-existing pkgs; instead of having the nixos module system evaluate the nix package set)
<arianvp>
I wonder which approach is 'cleaner'
<arianvp>
(In my approach ;I think all the `nixpkgs` nixos options do not work anymore. but maybe they shouldn't exist in the first place. I'm not sure
<arianvp>
I also noticed that `nixosConfigurations` are not namespaced per system; like packages. Is that an oversight?
<clever>
arianvp: another option is just `import (pkgs.path + "/nixos") { configuration = ./foo.nix; }`
<arianvp>
ah you want to provide an overlay as part of a nixos configuration?
<arianvp>
module*
<clever>
arianvp: i like being able to define an overlay in a nixos module, so `imports = [ ./media-center.nix ];` gets everything i need, and i dont have to worry about enabling the overlay somewhere else, and enabling it only on the right machines
<clever>
yeah
<arianvp>
yeh makes sense
<arianvp>
if the nix package set would also just use the module system for its composability ...
<makefu>
aawesome that this issue was discovered early due to alerting into the channel (and maybe mail?)
<samueldr>
I'm not sure it was discovered early; hydra was at a standstill for a chunk of the week-end
<makefu>
T_T
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
<cole-h>
Nix Flakes, Part 3 is great. Can't wait for the "future post" showing how to use flakes + nixops.
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
ericnoan has joined #nixos-dev
ericnoan has joined #nixos-dev
ericnoan has quit [Changing host]
alp has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-dev
vcunat has quit [Quit: Leaving.]
leungbk has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 240 seconds]
teto has joined #nixos-dev
orivej has joined #nixos-dev
leungbk has joined #nixos-dev
alp has quit [Ping timeout: 256 seconds]
alp has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
<Valodim>
the commands as given in the flakes part 3 blog post won't work for zsh users due to the '#'. it's arguably zsh's fault, still, makes me sad :(
AlwaysLivid has joined #nixos-dev
<Valodim>
other than that, flakes continue to look amazing :)
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
<niksnut>
Valodim: hm, are you sure? I get this in zsh:
<niksnut>
% nix run nixpkgs#hello
<niksnut>
Hello, world!
<Valodim>
try "setopt extendedglob"
<niksnut>
ah thanks
<Valodim>
that's a setting that is required for zsh's more powerful glob expressions, and I assume (though I don't know) that most users will have it enabled
<niksnut>
yeah I just tried zsh without any config
<Valodim>
I recall your argument for '#' was that it looks like fragments in URIs. Did you take into consideration that fragments are treated quite differently in browsers from the rest of the querystring?
<Valodim>
most significantly, for an uri like example.org/something#fragment, the 'fragment' isn't transferred to the server in an http context
<Valodim>
oh, I see how that fits the semantics, the '#' being the part to resolve locally "within the flake"
<niksnut>
right
<Valodim>
very clever
<Mic92>
Valodim: I think it is possible with aliasing to disable extendedglob
<Valodim>
yeah I guess I'll do that for the nix command
<Mic92>
For example I use alias wget"noglob wget"
<Mic92>
alias wget="noglob wget"
<Mic92>
I think many people will have extended glob enable automatically if they use zsh configuration frameworks such as oh-my-zsh
<Mic92>
It's also included in many configuration samples that you can find on the internet
<Mic92>
Maybe we can add this to your zsh module
<Valodim>
I like url-quote-magic better, it works well for uris and doesn't introduce different interactive behavior for particular commands
<Valodim>
(and instead for particularly shaped arguments, I guess)
alp has quit [Ping timeout: 240 seconds]
b1000101 has joined #nixos-dev
<domenkozar[m]>
has someone packaged HFP patches for pulseaudio?
<domenkozar[m]>
sorry, HSP patches :)
<Mic92>
kloenk: domenkozar[m] would provide us cachix access if we would pre-build packages from pull requests with github actions
tv has quit [Ping timeout: 240 seconds]
noonien has joined #nixos-dev
<kloenk>
Mic92 you mean on my hydra/buildfarn?
<kloenk>
Sorry, misread the GitHub action
<kloenk>
Will try the following days (current setting up macos xP)