<cbarrett> when I ran `nix-build '<nixpkgs>' -A freetype -A fontconfig -A harfbuzz` I was hoping I would get one result symlink that had all three outputs together. Is there some other syntax to achieve that?
<clever> cbarrett: buildEnv
<clever> nix-build -E 'with import <nixpkgs> {}; buildEnv { name = "name"; paths = [ freetype fontconfig harfbuzz ]; }'
<cbarrett> ty clever :)
levdub has quit [Ping timeout: 245 seconds]
daGrevis has joined #nix-darwin
<domenkozar[m]> LnL: anything left to merge my other PR? :)
<domenkozar[m]> hope I'm not too annoying :(
<LnL> could you add the rollback?
<domenkozar[m]> how would rollback work?
<LnL> moving any of the backup files that still exist back should be fine
<domenkozar[m]> ah uninstaller restoring backups?
<domenkozar[m]> on uninstall right?
<LnL> yeah
<LnL> I did find another bug that clever also ran into, but it's not directly related
<domenkozar[m]> with my PR?
<LnL> the installer now enables the nix-daemon by default on a multi-user install
<LnL> but it's not running without a kickstart for some reason
<domenkozar[m]> yeah I've seen that one as well
<LnL> I'm surprised nobody noticed that before, but that shouldn't happen
<domenkozar[m]> multi-user is not the default so :)
<gchristensen> RIP in peace, multi-user default :(
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
daGrevis has quit [Quit: daGrevis]
daGrevis has joined #nix-darwin
veske has joined #nix-darwin
veske has quit [Quit: This computer has gone to sleep]
veske has joined #nix-darwin
veske has quit [Quit: This computer has gone to sleep]
<cbarrett> why can i do `with import <unstable> {}` but not -I '<unstable>'? what am I misunderstanding about how NIX_PATH and channels work?
<clever> cbarrett: -I cant search itself
<clever> cbarrett: also, -I unstable, tells it to look for nixpkgs in unstable/nixpkgs, which likely doesnt exist
<cbarrett> hmm. ok, I guess that makes sense.
<cbarrett> my goal is nix-shell -p foo bar but to get foo and bar from unstable
<cbarrett> I've added unstable as a channel.
<cbarrett> i think i can work around needing to do that
<cbarrett> by just building a result dir from unstable and then setting PKG_CONFIG_PATH appropriate
<cbarrett> +ly
<cbarrett> dang, even unstable doesnt have one of my deps new enough (need fontconfig >=2.12.91)
qyliss has quit [Quit: bye]
qyliss^work has quit [Quit: bye]
qyliss has joined #nix-darwin
qyliss^work has joined #nix-darwin
qyliss has quit [Remote host closed the connection]
qyliss^work has quit [Remote host closed the connection]
qyliss^work has joined #nix-darwin
qyliss has joined #nix-darwin
qyliss has quit [Quit: bye]
qyliss^work has quit [Quit: bye]
qyliss^work has joined #nix-darwin
qyliss has joined #nix-darwin