<{^_^}>
attribute '__spliced' missing, at (string):309:48
<clever>
emily: and everything still falls apart, the instant you .override, so you cant actually allow what i wanted
<clever>
{ buildPackages }: stops you from changing it with .override
<clever>
infinisil: cc ^
drakonis has quit [Quit: WeeChat 2.8]
drakonis has joined #nixos-dev
Scriptkiddi has quit [Quit: killed]
ajs124 has quit [Quit: killed]
das_j has quit [Quit: killed]
das_j has joined #nixos-dev
Scriptkiddi has joined #nixos-dev
ajs124 has joined #nixos-dev
andi- has quit [Remote host closed the connection]
andi- has joined #nixos-dev
kraem has quit [Ping timeout: 256 seconds]
kraem has joined #nixos-dev
<catern>
emily: hey, I'm trying to get a pypy36 working for a package (trio) and encountering various broken packages in its deps. I know that trio works on pypy outside Nix; do you have any guidance on how to get packages working with pypy? right now I'm on lazy-object-proxy which is failing with a "is not a supported wheel on this platform."
<catern>
(asking you because you've touched pypy last :))
alp has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
drakonis has quit [Quit: WeeChat 2.8]
orivej has quit [Ping timeout: 264 seconds]
phreedom has quit [Ping timeout: 240 seconds]
phreedom has joined #nixos-dev
Mic92 has quit [Quit: WeeChat 2.7.1]
Mic92 has joined #nixos-dev
masaeedu[m] has quit [*.net *.split]
mkg20001 has quit [*.net *.split]
Dandellion has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
chrisaw has quit [*.net *.split]
cbarrett has quit [*.net *.split]
Shados has quit [*.net *.split]
cbarrett has joined #nixos-dev
chrisaw has joined #nixos-dev
mkg20001 has joined #nixos-dev
Ox4A6F has joined #nixos-dev
Shados has joined #nixos-dev
Dandellion has joined #nixos-dev
masaeedu[m] has joined #nixos-dev
teehemkay has quit [Ping timeout: 256 seconds]
teehemkay has joined #nixos-dev
__monty__ has joined #nixos-dev
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
<arianvp>
is it just me or is buildRustPackage broken?
<arianvp>
cargoSha256 hash changes every time I rebuild from scratch
<arianvp>
seems cargo-vendor is not reproducible
<Profpatsch>
arianvp: It has the capability of building a real tree of dependencies, if you convert the lock file to nix expressions
<arianvp>
how do I do that?
orivej has joined #nixos-dev
<Profpatsch>
arianvp: you would have to write the converter from the Cargo.toml to a nix expression and pass every package to `buildRustPackage` with dependencies in the `dependencies` field
<Profpatsch>
buildRustPackage knows how to include rust library dependencies
<Profpatsch>
Maybe somebody has written a converter.
<Profpatsch>
infinisil: crate2nix uses buildRustCrate from nixpkgs
<Profpatsch>
I don’t know about naersk, but iirc it is an attempt at replacing cargo with nix
<Profpatsch>
But you can of course inspect it yourself :)
justanotheruser has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 246 seconds]
<bennofs[m]>
May I draw someone's attention to https://github.com/NixOS/nixpkgs/pull/86062? It's a quite simple PR IMO but would be good to get at least one other person to sanity check/review it
<gchristensen>
so sphinx + this python lib has live-reloading docs support and it is pretty neeat
dtz has quit [Quit: Idle for 30+ days]
alp has quit [Ping timeout: 240 seconds]
alp has joined #nixos-dev
bachp has left #nixos-dev ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
alienpirate5 has left #nixos-dev ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
kraem has quit [Quit: outta here]
kraem has joined #nixos-dev
drakonis has joined #nixos-dev
Nyanloutre[m] has left #nixos-dev ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
layus[m] has left #nixos-dev ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
pkolloch[m] has left #nixos-dev ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
abathur has quit [Quit: abathur]
abathur has joined #nixos-dev
ixxie has joined #nixos-dev
orivej has joined #nixos-dev
justanotheruser has joined #nixos-dev
alp has quit [Ping timeout: 240 seconds]
alp has joined #nixos-dev
ajs124 has quit [Quit: authenticating]
ajs124 has joined #nixos-dev
<arianvp>
is anybody working on the NGI-Zero nix+android packaging project already?
<arianvp>
work sounds superrr useful
<arianvp>
would love to make android builds at my job reproducible with nix
ajs124 has quit [Client Quit]
ajs124 has joined #nixos-dev
nschoe has quit [Ping timeout: 272 seconds]
<Ericson2314>
arianvp: I don't know about this specific grant project, but there is stuff already existing both in nixpkgs and outside it for making android buidls with nix
<brotherdust>
Hello everyone! Was hoping someone could help me with some problems I'm having creating a Nix package and NixOS module for FRR, a derivative of Quagga. I've been able to successfully compile the package, even install the package. The problem comes with testing the module. As I'm using NixOS on a Hyper-V guest, I'm not sure running the VM-build
<brotherdust>
option would work. Without that, I'm not sure how to go about actually testing the module unless I put in a PR to nixpkgs. Any suggestions out there? Much appreciation in advance.
rajivr___ has quit []
<yorick>
my libpcap.so contains references to /nix/store/a3p3s6paawfi0kyhg48gdxnyjq7k1wfh-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-9.2.0/armv7l-unknown-linux-gnueabihf/sys-include/bits
<yorick>
how are they removed when not cross-compiling?
<arianvp>
whilst other files on nixpkgs-unstable are 2 days old; how .-.
<arianvp>
oh wait is this Github mixing up commit message time vs merge time again etc?
<arianvp>
but if it's in master; it means staging must've been merged to master right? so why is this commit not in nixpkgs-unstable eventhough it last built 1 day ago?
justanotheruser has quit [Ping timeout: 246 seconds]
<samueldr>
when staging-next was last merged into master is probably after that commit
<samueldr>
well, I say probably, but it **must** be
<samueldr>
and I'm not sure how to see the merge event in this case on github