<matthewbauer>
niksnut: grahamc: is there any chance we could revisit some of the Nix PRs in the backlog? there's a lot of good prs I'm afraid lots of good ones are already getting buried. Ideally closing rejected PRs and requesting change where needed would help a lot
Synthetica has quit [Quit: Connection closed for inactivity]
<worldofpeace>
matthewbauer: can you look at #61520 sometime? Person there who bisected claims that the cross patchShebangs change is what's causing the shebangs in lots of perl scripts to still be `/usr/bin/env perl`
<domenkozar[m]>
I was thinking, would you be opposed to have a nix-darwin mass deployment tool?
<domenkozar[m]>
currently it's still a bit manual to set it up
<LnL>
depends a bit what that means, currently a number of things do indeed need user intervention to prevent unwanted impact on the system
<domenkozar[m]>
could be turned into options in configuration.nix? :)
<LnL>
unlike nixos not everything is managed which makes a lot of things harder
<LnL>
but for deployment purposes it's generally fine to assume it's a clean system instead
<domenkozar[m]>
yeah it should be optional :)
<LnL>
yeah system.checks.verifyNixPath is an example of this
<LnL>
for users the checks make sure you don't the environment for subsequent rebuilds, but deployment often doesn't have channels, etc. on the target host
<domenkozar[m]>
exactly, I'd like to avoid channels with more static configuration
alp has quit [Ping timeout: 258 seconds]
alp has joined #nixos-dev
orivej has joined #nixos-dev
init_6 has joined #nixos-dev
{^_^} has joined #nixos-dev
Guest59435 has joined #nixos-dev
<Guest59435>
,help
<{^_^}>
Use `,` to list all commands, `,foo = Foo!` to define foo as "Foo!", `,foo =` to undefine it, `,foo` to output "Foo!", `,foo somebody` to send "Foo!" to the nick somebody
Guest59435 is now known as gchristensen
{^_^} has quit [Ping timeout: 248 seconds]
gchristensen has quit [Ping timeout: 248 seconds]
{^_^} has joined #nixos-dev
{^_^} has quit [Ping timeout: 264 seconds]
{^_^} has joined #nixos-dev
gchristensen has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 268 seconds]
{^_^} has quit [Ping timeout: 264 seconds]
<andi->
Anyone familiar with the differences of compiling nixpkgs on aarch64 vs x86_64-linux? I am seeing a few leftover (unused?) symbols on aarch64 in a shared library that do not exist on x86. Nix (rightfully?) complains about some recursive dependencies due to that.. Not really sure how to debug our linking..
gchristensen has quit [Ping timeout: 258 seconds]
avn has quit [Ping timeout: 246 seconds]
{^_^} has joined #nixos-dev
gchristensen has joined #nixos-dev
<gchristensen>
Hi, the host running {^_^} and my services is having some hardware problems, and I am not able to repair them because I am at jury duty.
<gchristensen>
So, availability will be spotty until I get home -- probably not until tonight. My apologies.
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
<LnL>
gchristensen: anything I might be able to help with?