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]
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
<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?
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