copumpkin has joined #nix-darwin
<siraben> abathur: yes, after I restarted the shell
<siraben> ```
<siraben> $ echo $NIX_PATH
<siraben> ```
<siraben> So I'm not sure what else I'm supposed to be doing to set it up
<thefloweringash> __monty__: make-bootstrap-tools.nix should be fairly uninteresting. it collects a bunch of packages into an archive. you should be able to narrow down problems a bit by trying to build the various inputs directly
<thefloweringash> __monty__: there is definitely some careful cycle breaking in the llvm package set around compiler-rt, libcxx and libcxxabi. in regular darwin it's done via the stdenv bootstrap stages. (cross is a different story)
<thefloweringash> __monty__: for example, if you changed the default llvm package set version used by darwin, you also have to inject the bootstrap tools into that version. even if the versions don't match.
copumpkin has quit [Quit: Bye!]
copumpkin has joined #nix-darwin
copumpkin has quit [Quit: Hmmm]
tristan[m] has quit [Quit: Idle for 30+ days]
sparogy has quit [Quit: ZNC 1.8.2 - https://znc.in]
sparogy has joined #nix-darwin
__monty__ has joined #nix-darwin
<siraben> abathur: Ok I fixed the NIX_PATH issue by adding it to my home-manager config
<siraben> but I'm running an outdated nixUnstable, not sure how to update
<abathur> siraben: hrm; I'm not really directly knowledgeable about this and haven't paid it much attention myself; I would assume it'd update any time you update nixpkgs/channel
<abathur> unless maybe you have multiple nixes and the wrong one is taking precedence? does `which -a nix` list more than one?
<siraben> /nix/var/nix/profiles/default/bin/nix
<siraben> abathur: only this
<abathur> that may still be the issue, if not by duplication
<abathur> what does `which -a <any nix-provided tool in your profile>` say?
<abathur> I have some vague memory of something like this kicking around, but I don't remember any specifics so I don't even know where to go look... :/
copumpkin has joined #nix-darwin
<abathur> it looks like I have `.nixpkgs/darwin-configuration.nix: nix.package = pkgs.nixFlakes;`, and my nix is `/run/current-system/sw/bin/nix`
<abathur> fwiw, using nix-darwin but not home-manager, dunno if that factors
<abathur> if you have something similar, I'm not sure why you wouldn't have the same on path
<abathur> so that might be one approach
<abathur> and I guess the other might be upgrading everything in the default profile with nix-env?
contrapumpkin has joined #nix-darwin
copumpkin has quit [Ping timeout: 268 seconds]
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
__monty__ has quit [Quit: leaving]
copumpkin has joined #nix-darwin
contrapumpkin has quit [Ping timeout: 240 seconds]
copumpkin has quit [Quit: Hmmm]
supersandro2000 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
supersandro2000 has joined #nix-darwin