sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS stable: 20.03 ✨ | 20.09 ZHF: https://discourse.nixos.org/t/nixos-20-09-zero-hydra-failures/8928 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.03 RMs: worldofpeace, disasm; 20.09: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
LnL has joined #nixos-dev
LnL- has joined #nixos-dev
LnL- has quit [Changing host]
LnL- has joined #nixos-dev
LnL has quit [Ping timeout: 256 seconds]
tilpner_ has joined #nixos-dev
rajivr has joined #nixos-dev
tilpner has quit [Ping timeout: 260 seconds]
tilpner_ is now known as tilpner
ris has quit [Ping timeout: 256 seconds]
AlwaysLivid has joined #nixos-dev
<__red__> there ya go
clever_ has joined #nixos-dev
clever_ has quit [Changing host]
clever_ is now known as clever
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
andi- has quit [Ping timeout: 244 seconds]
LnL- has quit [Quit: exit 1]
LnL has joined #nixos-dev
LnL has joined #nixos-dev
LnL has quit [Changing host]
andi- has joined #nixos-dev
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos-dev
LnL has joined #nixos-dev
LnL has joined #nixos-dev
LnL has quit [Changing host]
justanotheruser has joined #nixos-dev
LnL- has joined #nixos-dev
LnL- has joined #nixos-dev
LnL- has quit [Changing host]
LnL has quit [Ping timeout: 272 seconds]
LnL has joined #nixos-dev
<rajivr> What is the difference between `release-20.09` and `nixos-20.09` branches in Nixpkgs? I've been using Nix and NixOS for a few months now, and am now learning more about upstream development.
<clever> rajivr: release-20.09 is where commits get pushed and what hydra runs the tests against
<clever> rajivr: nixos-20.09 is the last commit to pass all testing
justan0theruser has joined #nixos-dev
<rajivr> clever: I see. Thanks.
justanotheruser has quit [Ping timeout: 260 seconds]
AlwaysLivid has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 256 seconds]
xwvvvvwx has quit [Quit: ZNC 1.8.1 - https://znc.in]
xwvvvvwx has joined #nixos-dev
octe has quit [Ping timeout: 256 seconds]
justan0theruser has quit [Ping timeout: 260 seconds]
niksnut has joined #nixos-dev
<rajivr> Is it possible to look at `flake.lock` file and determine the nix store path for inputs such as nixpkgs? I would like to know which nixpkgs from `/nix/store` is being used by `flake.lock`.
<cole-h> Not the flake.lock, but if you make your inputs available, you could maybe do something like `nix eval .#inputs.nixpkgs.outPath`?
cole-h has quit [Quit: Goodbye]
saschagrunert has joined #nixos-dev
<rajivr> I think I've run into a different issue with `nix eval` and flakes. Is it expected behavior for `nix eval nixpkgs#cowsay` to generate the `.drv` file for `cowsay`?
<niksnut> rajivr: 'nix flake archive --dry-run --json' gives you the store paths of every input
orivej has joined #nixos-dev
<eyJhb> How can I fix this check? https://github.com/NixOS/nixpkgs/pull/98451
<{^_^}> #98451 (by eyJhb, 2 days ago, open): purple-slack: 2019-08-19 - 2020-09-22
<rajivr> Thanks niksnut . I was also wondering how can I generate a `.drv` file for a flake output? I've a working build that can be created using `NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#nixosConfigurations.thinkpad.config.system.build.toplevel`. (It is impure only because it uses non-free packages). However, when I try to do `NIXPKGS_ALLOW_UNFREE=1 nix eval --impure
<rajivr> .#nixosConfigurations.thinkpad.config.system.build.toplevel`, I get an error.
<rajivr> The error is similar to error one gets by running vanilla `nix eval nixpkgs#cowsay`.
octe has joined #nixos-dev
<niksnut> IIRC, we currently don't have a 'nix' command for generating .drvs
teto has joined #nixos-dev
noonien has joined #nixos-dev
ky0ko has quit [Quit: killed]
ky0ko has joined #nixos-dev
sgrunert has joined #nixos-dev
saschagrunert has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 240 seconds]
ajs124 has quit [Ping timeout: 260 seconds]
ajs124 has joined #nixos-dev
__monty__ has joined #nixos-dev
justanotheruser has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
niksnut has quit [Remote host closed the connection]
niksnut has joined #nixos-dev
<gchristensen> is there a reason terraform 0.13 was added to nixpkgs but terraform still points to the oldone?
<gchristensen> this is why, maybe :) https://github.com/NixOS/nixpkgs/issues/96195
<{^_^}> #96195 (by brainrape, 4 weeks ago, open): terraform.withPlugins does not work for Terraform 0.13
sgrunert has quit [Ping timeout: 256 seconds]
cole-h has joined #nixos-dev
peelz has joined #nixos-dev
<ghuntley> retiring a ssh key here, and replacing with hardware based on over at https://github.com/nix-community/aarch64-build-box/pull/96
<{^_^}> nix-community/aarch64-build-box#96 (by ghuntley, 1 minute ago, merged): retire this key and replace with hardware based one
rajivr has quit [Quit: Connection closed for inactivity]
orivej has joined #nixos-dev
ris has joined #nixos-dev
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ehmry has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
<aminechikhaoui> did we at any time in the past use hydra's nix-support/failed trick for nixos tests for example to get screenshots and what not ?
leungbk has joined #nixos-dev
<gchristensen> yea
<aminechikhaoui> I'm thinking of using it for some cypress javascript tests at work but not sure if there are some gotchas I need to be aware of, there is the problem with restarts which might be okish
<aminechikhaoui> gchristensen do we still use it ? grepping in nixpkgs I don't see that anymore I think
WilliButz has joined #nixos-dev
<samueldr> IIRC niksnut removed all of it "recently"
<samueldr> [citation needed] can't seem to find the change quickly
<samueldr> (I might have had something else in mind?)
evanjs has quit [Ping timeout: 240 seconds]
evanjs has joined #nixos-dev
leungbk has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
__monty__ has quit [Quit: leaving]
<arianvp> it's sad that it was disabled
<arianvp> whilst we have all this amazing amount of dead code to display test results nicely
<arianvp> but it's only used when the test succeeds; which is completely useless as you only look at results when they fail x)
<arianvp> ive complained about this before. Also nixos test suite failures are pretty hard to digest
<arianvp> e.g. i can never find out what subtest failed; whilst "back in the old days" we'd have a nice HTML page with collapsible outputs on failure
michaelpj1 has joined #nixos-dev
harrow` has joined #nixos-dev
etu1 has joined #nixos-dev
harrow has quit [Ping timeout: 246 seconds]
colemickens has quit [Ping timeout: 246 seconds]
etu has quit [Ping timeout: 246 seconds]
michaelpj has quit [Ping timeout: 246 seconds]
iwq has quit [Ping timeout: 246 seconds]
iwq has joined #nixos-dev
orivej has quit [Ping timeout: 272 seconds]