jrolfs_ has joined #nix-darwin
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 268 seconds]
the-kenny has quit [Ping timeout: 268 seconds]
the-kenny has joined #nix-darwin
glenn_ has joined #nix-darwin
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
the-kenny has quit [Ping timeout: 256 seconds]
the-kenny has joined #nix-darwin
nkpart has joined #nix-darwin
the-kenny has quit [Ping timeout: 248 seconds]
the-kenny has joined #nix-darwin
dustinm- has quit [Quit: Leaving]
dustinm has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 260 seconds]
jrolfs_ has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 240 seconds]
jrolfs_ has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 264 seconds]
<disasm> I ported my zsh config from nixos -> darwin. I get the error: pmodload: no such module: nix Is there something special nixos does to get that module working? Seems like it should be the same prezto config.
<disasm> oh, I think it's in enableCompletion
<disasm> yeah, I think it's this: environment.pathsToLink = optional cfg.enableCompletion "/share/zsh";
propumpkin has joined #nix-darwin
contrapumpkin has quit [Ping timeout: 240 seconds]
hamishmack has quit [Quit: hamishmack]
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
hamishmack has joined #nix-darwin
<disasm> well, I finally got around to refactoring darwin-configuration.nix to be more modular. Here's the end result: https://github.com/disassembler/darwin-configuration
glenn_ has quit []
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
glenn_ has joined #nix-darwin
zzamboni has joined #nix-darwin
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 265 seconds]
glenn_ has joined #nix-darwin
nkpart has quit [Quit: Connection closed for inactivity]
hamishmack has quit [Quit: hamishmack]
<manveru> LnL: any idea how to fix "image not found" errors?
<manveru> i'm on macos 10.13 now
<LnL> did you upgrade everything before switching?
<manveru> don't think so...
<manveru> guess i have to nuke?
<manveru> darwin-rebuild doesn't seem to do much
hamishmack has joined #nix-darwin
<LnL> you could download an installer tarball and register the new nix version in your current store
<LnL> it's a little fiddly tho
<manveru> i think i'll do a clean install again
<LnL> let me know how the new installer goes
glenn_ has quit [Ping timeout: 276 seconds]
<manveru> LnL: seems like i still have the same issue
<LnL> hmm
<LnL> sw_vers -productVersion?
<manveru> 10.13.2
<LnL> yeah that's the same issue as https://github.com/NixOS/nixpkgs/pull/27318
<LnL> can you dtruss it or something?
<manveru> hmm
<manveru> doesn't look like it
<LnL> what is readlink $(type -p nix-store)
<manveru> /nix/var/nix/profiles/default/bin/nix-store
<manveru> uhm
<LnL> heh, full store path
<manveru> it's not a link
<manveru> it's an actual executable at this location :P
<LnL> none of the dirs are a symlink?
<LnL> I think that's normal if it's the only package with a /bin in the profile
<manveru> /nix/store/iza4knmrzf76jnhk0cpmxpmxwbgr34m8-user-environment/bin/nix-store
<manveru> system was a symlink
<manveru> s/system/default/
<LnL> and bin itsn't?
<manveru> /nix/store/hwpp7kia2f0in5ns2hiw41q38k30jpj2-nix-1.11.16/bin
<LnL> ah that's better :)
<manveru> sorry, i'm not used to bash... but now my whole zsh config is gone with nix :(
<LnL> ok so that version is correct
<LnL> what about ps aux | grep nix-daemon
<manveru> /nix/store/hwpp7kia2f0in5ns2hiw41q38k30jpj2-nix-1.11.16/bin/nix-daemon
<manveru> so...
<manveru> seems ok too
<manveru> i deleted the nix-daemon before doing fresh install
<LnL> same whith this? sudo launchctl print system/org.nixos.nix-daemon | grep /nix/store
<manveru> seems like
<LnL> hmmm...
<manveru> is anyone using nix with the new macos yet? :)
<manveru> that issue is from september
<LnL> I have a machine at home
<LnL> and we found an issue with building the stdenv on 10.13 afterwards that was also fixed so some people are using it :)
<manveru> ah, i have an idea
<LnL> what fails exaclty, can you eval / run nix-store commands?
<manveru> it's for the vim plugins, just saw i pinned a nixpkgs version for them
<manveru> which is a few months old
<LnL> oh!
<manveru> (facepalm)
<LnL> I was wondering why some paths seemed to work
<manveru> it's fine now
<LnL> btw if you set nix.package = pkgs.nix you'll auto upgrade nix with every rebuild
<LnL> maybe I should make that the default
<manveru> i think the new installer should have --show-trace on
<manveru> i'm getting `error: imported archive of ‘/nix/store/pszr2gmhc2zwhlwvd6ylacirhnzw96lr-source’ lacks a signature`
<LnL> I think that happens when your nix client / daemon are not in sync
<manveru> doing nix-channel manually works
<manveru> i actually have nix.package to nixUnstable
<LnL> hmm, it's the channel update that failed?
<manveru> seems like it anyway
<LnL> ah, I think what's going on then. the installer uses 1.12 because of your config but the 1.11 daemon is still running
<manveru> yeah
<LnL> feel like that should probably work
<manveru> well, it always fails on the channels now
<manveru> nix-channel --list #> darwin https://github.com/LnL7/nix-darwin/archive/master.tar.gz
<LnL> did you update?
<manveru> yes
<manveru> trying again
<manveru> i also changed nix.package to stable version
<manveru> no matter if i say yes or no to that question, the result is the same
<manveru> ah, i think i know :)
<LnL> maybe I messed up the conditition
<manveru> i have a nixPath set in my configuration.nix
<manveru> i think that was needed previously
<LnL> ah yeah then the channel will update but the sanity check for nixPath still fails
<manveru> all done now
<LnL> depends on your stateVersion
<manveru> it's 2
<LnL> should work out of the box then
<manveru> yes, just that there wasn't anything in that location
<manveru> since i nuked the dir before reinstall
<manveru> anw, commented nixPath out, it's fine now
<manveru> got zsh working again
<LnL> if you have thoughts on making the error better let me know
<manveru> thanks for the help man
<LnL> oh!
<LnL> I think niksnut just explained the nix-channel error
glenn_ has joined #nix-darwin
<LnL> kernel backports!? what’s happening...
<gchristensen> LnL: whatt???
<LnL> I know right
glenn_ has quit [Ping timeout: 255 seconds]
<LnL> even 10.11 got a fix
zzamboni has quit [Quit: Leaving.]
<gchristensen> O.O
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
glenn_ has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
szicari has joined #nix-darwin
zzamboni has joined #nix-darwin
peacememories has joined #nix-darwin
zzamboni has quit [Ping timeout: 248 seconds]
peacememories has quit [Quit: Textual IRC Client: www.textualapp.com]
zzamboni has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
peacememories has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 246 seconds]
zzamboni has joined #nix-darwin
propumpkin is now known as contrapumpkin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 240 seconds]
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 255 seconds]
Sonarpulse has joined #nix-darwin
periklis has joined #nix-darwin
glenn_ has joined #nix-darwin
johnw has quit [Remote host closed the connection]
johnw has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
periklis has quit [Ping timeout: 256 seconds]
szicari_ has joined #nix-darwin
szicari has quit [Ping timeout: 255 seconds]
szicari_ is now known as szicari
peacememories has joined #nix-darwin
peacememories has quit [Client Quit]
zarel has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
jrolfs_ has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zarel has quit [Ping timeout: 240 seconds]
zarel has joined #nix-darwin
hamishmack has quit [Quit: hamishmack]
zzamboni has joined #nix-darwin
munch has quit [Ping timeout: 248 seconds]
munch has joined #nix-darwin
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
zarel has quit [Quit: Leaving]
hamishmack has joined #nix-darwin
szicari has quit [Quit: szicari]
glenn_ has quit [Ping timeout: 265 seconds]
glenn_ has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 268 seconds]
zzamboni has quit [Quit: Leaving.]