hamishmack has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 240 seconds]
yastero has joined #nix-darwin
pxc has quit [Ping timeout: 255 seconds]
<acowley> LnL: Did you get a chance to re-commit your qt-5.10 darwin fixes? No rush; I just don't want it to fall through the cracks and need anyone else to duplicate your work.
hamishmack has quit [Quit: hamishmack]
AllanEspinosa has joined #nix-darwin
AllanEspinosa has quit [Client Quit]
hamishmack has joined #nix-darwin
pjan has joined #nix-darwin
pjan has quit [Client Quit]
Guest33 has joined #nix-darwin
Guest33 has left #nix-darwin [#nix-darwin]
pjan has joined #nix-darwin
<LnL> acowley: already made a pr, but ttugel didn't merge it yet
pjan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pjan has joined #nix-darwin
pikajude has quit [Ping timeout: 276 seconds]
puffnfresh has quit [Ping timeout: 248 seconds]
puffnfresh has joined #nix-darwin
pikajude has joined #nix-darwin
pjan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dredozubov has quit [Ping timeout: 248 seconds]
qmm has quit [Ping timeout: 248 seconds]
hamishmack has quit [Ping timeout: 240 seconds]
Biappi has quit [Ping timeout: 248 seconds]
hamishmack has joined #nix-darwin
qmm has joined #nix-darwin
dredozubov has joined #nix-darwin
Biappi has joined #nix-darwin
peacememories has joined #nix-darwin
<LnL> whoops, my cloudfront where wrong
periklis has joined #nix-darwin
pxc has joined #nix-darwin
szicari has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pxc has quit [Ping timeout: 246 seconds]
Sonarpulse has joined #nix-darwin
peacememories has joined #nix-darwin
<peacememories> can i list all packages in an attribute, for example in idrisPackages?
<contrapumpkin> nix-repl can help
<contrapumpkin> you can just autocomplete with it
<contrapumpkin> otherwise, you can use nix-instantiate to ask for the keys of the attrset
periklis has quit [Ping timeout: 248 seconds]
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
<LnL> this should work nix-env -f '<nixpkgs>' -qaP -A idrisPackages
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
<peacememories> hmm, if i define a package in a default.nix via mkderivation (just testing with the 'hello' example), how do i tell nix-shell to install it for the shell?
<contrapumpkin> nix-shell -p "(import ./.).foo"
<contrapumpkin> or whatever the full expression is
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<shlevy> Just nix-shell should do it
<shlevy> or nix-shell -A foo
<shlevy> contrapumpkin: does the arbitrary expression syntax with -p work? :o
<contrapumpkin> yes, I love it
<contrapumpkin> nix-shell -A is different from nix-shell -p though
<contrapumpkin> nix-shell -A will give you the build environment for the attribute you ask for
<contrapumpkin> but the package itself won't have been built yet
<shlevy> Ah right
pikajude has quit [Quit: ZNC 1.6.5 - http://znc.in]
szicari_ has joined #nix-darwin
pikajude has joined #nix-darwin
szicari has quit [Ping timeout: 248 seconds]
szicari_ is now known as szicari
<dhess> HN story on brew here: https://news.ycombinator.com/item?id=16185361
<dhess> a few people asking about Nix, in case anyone else wants to jump in
<dhess> oh I didn't know about nix-shell -A, that is nice
<LnL> deleting ...-good-stuff-XX.drv
zarel has joined #nix-darwin
szicari has quit [Quit: szicari]
zarel has quit [Quit: Leaving]
gchristensen is now known as the
the is now known as gchristensen
Sonarpulse has quit [Ping timeout: 256 seconds]
<savanni> Does anyone recall the Darwin equivalent of `buildFHS`?
<savanni> Maybe I don't actually *need* an FHS, though.... Hmmmm...
<savanni> I'm having to start redoing all of my development environment scripts, where I install third party binaries, for Darwin instead of just assuming Linux.
<savanni> So, yeah. That's a thing.
<LnL> we don't have anything like that
<savanni> k. I did just test the use case that I had, and I truly don't need it any more.
<savanni> When I was doing a lot of JS work, I would have to FHS the node and npm so that any third party binaries stuck in npm would have an environment that they recognized.
<savanni> Not so much an issue on Darwin. Big deal on NixOS.