cole-h has quit [Quit: Goodbye]
bkv has joined #nixus
bqv has quit [Ping timeout: 272 seconds]
bkv is now known as bqv
<
eyJhb>
infinisil: How do you handle when you debug nixpkgs, if you deploy to your machine locally using nixus?
<
eyJhb>
Just using a nixos-rebuild with some args to point to your config?
cole-h has joined #nixus
<
infinisil>
eyJhb: I just point nixpkgs to my nixpkgs git repo
<
infinisil>
In nixus config
<
eyJhb>
infinisil: but... Then you push each test change to you git repo on Github, for you to pull it, change the hash and push it?
<
eyJhb>
Or do you mean a local checkedout version?
<
infinisil>
eyJhb: Oh no everything is local
<
infinisil>
I don't pull anything from github
<
eyJhb>
So you have a checkedout version of Nixpkgs you use for the others as well?
<
eyJhb>
I will have to dedicate some time to try it out soon infinisil !
<
infinisil>
I have a nixpkgs checkout, a nixus checkout, and a system config checkout
<
infinisil>
And I just modify them however I need :)