supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
<antifuchs> ...huh, I'm getting the following on Big Sur (applying my config once worked, a reboot ago): "error: file 'darwin' was not found in the Nix search path (add it using $NIX_PATH or -I)"
<antifuchs> oh, guess darwin really isn't on there
LnL has quit [Quit: exit 1]
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nix-darwin
hedgie__ has quit [Ping timeout: 256 seconds]
hedgie has joined #nix-darwin
<antifuchs> emily: hah, I can echo the "first build on big sur" experience - clang-wrapper dependent projects are all failing to build pretty badly (:
<antifuchs> (apparently, `staging-next` is where it's at)
<thefloweringash> I would expect master to work
<antifuchs> ah, I was on nixpkgs-unstable before
<antifuchs> I'll check that next, if s-n fails
<thefloweringash> bpye: the `apple-silicon-1` tag is something that works that I won't change, but I'm using the `parrot-principles` in my repo for my development efforts so you may want to use that to work on more recent changes
<thefloweringash> as for upstreaming, you're asking the right question, but I haven't really got a good answer. apart from the mistakes in the branch (things I need to revert/drop), there's not much to the branch other than bootstrap tools and stdenv.
<antifuchs> (gotta say, seeing all 16 threads in this mbp engaged while it's building... that is quite something)
<thefloweringash> is anything blocking nixpkgs-unstable? it looked like it was close to updating recently but if nothing builds on big sur it must not have updated yet
<antifuchs> there's https://github.com/NixOS/nixpkgs/issues/91748, where it's postulated that nix isn't able to bootstrap on macos11 yet
<{^_^}> #91748 (by sycured, 20 weeks ago, open): impossible to link (ld / clang) liboping on macOS Big Sur 11 Beta
<thefloweringash> yeah, that's unfortunately expected for now. once stdenv is cached by hydra then big sur should be able to build everything
<thefloweringash> but as someone pointed out, sometimes there are references buried in packages like qtwebengine
<antifuchs> makes sense... well for now, rebuilding the world doesn't seem completely hopeless
<bpye> thefloweringash: gotcha - yeah I saw the 'apple-silicon-1' tag. I'll have to try and figure out if I need the newer changes. However if it's mostly right then rebasing anything I do shouldn't be too painful anyway.
kalbasit has joined #nix-darwin
kalbasit has quit [Ping timeout: 240 seconds]
stephank has quit [Quit: stephank]
stephank has joined #nix-darwin
<supersandro2000> How can I get iconutil in nix?+
<supersandro2000> I guess I can patch in png2icns
<supersandro2000> derp. I don't need to convert a file but create an iconset
<supersandro2000> which png2icns can do but it is less straight forward than I thougth
<emily> does anyone know why the mpv package doesn't enable swift by default on darwin? it means that it uses the deprecated cocoa vo and you can't follow the advice it prints out to use --vo=libmpv
<emily> I'm guessing it's broken or something?
<emily> suppose I should just try building it
<antifuchs> woo yay, staging-next does work for me, but then I only picked a very tight selection of packages
<supersandro2000> I guess it requires some more testing/pure swift?
<emily> oh, I see, Package ‘swift-5.1.1’ in /nix/store/hpjfhq6ddmhig7204wbvrk6df2y09m4q-source/pkgs/development/compilers/swift/default.nix:327 is not supported on ‘x86_64-darwin’, refusing to evaluate.
<supersandro2000> wait, we have swift for linux but not darwin? That sounds strange
<antifuchs> might conflict with darwin dev tools?
LnL has joined #nix-darwin
<LnL> swift does indeed only work on linux :p
<LnL> there's an issue for it iirc
<{^_^}> #37473 (by matthewbauer, 2 years ago, open): Add Darwin support for Swift
hedgie has quit [Ping timeout: 260 seconds]
iH8c0ff33 has joined #nix-darwin
ehmry has joined #nix-darwin
__monty__ has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 246 seconds]
iH8c0ff33 has joined #nix-darwin
ehmry has quit [Read error: Connection reset by peer]
ehmry has joined #nix-darwin
hedgie has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 260 seconds]
<siraben> Anyone using libvterm + Emacs on darwin?
iH8c0ff33 has quit [Ping timeout: 265 seconds]
iH8c0ff33 has joined #nix-darwin
philr has quit [Ping timeout: 246 seconds]
iH8c0ff33 has quit [Ping timeout: 256 seconds]
iH8c0ff33 has joined #nix-darwin
<siraben> https://github.com/NixOS/nixpkgs/pull/29628 has been stalled for over two years now, it would be nice to have this on macOS.
<{^_^}> #29628 (by puffnfresh, 3 years ago, open): linuxkit-builder
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<siraben> supersandro2000: how do you choose what PRs to run nixpkgs-review on?
<supersandro2000> Currently I mostly look at init ones
<supersandro2000> updates are usually not as interesting especially the automated ones and as I get a lot of false positives lately so I got a bit demotivated
<supersandro2000> I don't run the tests on NixOS so I get a lot of sandboxing issues despite having it disabled...
iH8c0ff33 has quit [Ping timeout: 265 seconds]
<supersandro2000> wait a second.. doesn't nixpkgs-review force enable sandbox...
<supersandro2000> Mic92: Do you think it is an issue that nixpkgs-review enables the sandbox https://github.com/Mic92/nixpkgs-review/blob/master/nixpkgs_review/nix.py#L140 on non-nixos systems?
<Mic92> supersandro2000: I think it's a feature in general.
<Mic92> There was a time when the standard nix installation on non-nixos Linux did not enable the sandbox
<supersandro2000> the nix from apt does not enable sandbox but I think it is related to some issue on aarch64
<supersandro2000> I am confused again
<Mic92> supersandro2000: not sure what debian does there, but the official nix installer enables it.
<__monty__> Except for darwin, no?
<supersandro2000> not all platforms debian support have libssecomp and something in aarch64 was broken two years before
<supersandro2000> still I get a lot of /bin/sh not found in both darwin and debian nix
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 240 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 264 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 264 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 260 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 240 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 264 seconds]
philr has joined #nix-darwin
__monty__ has quit [Quit: leaving]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 240 seconds]
hyiltiz has joined #nix-darwin