00:03
<
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?
01:59
<
clever >
cbarrett: buildEnv
02:00
<
clever >
nix-build -E 'with import <nixpkgs> {}; buildEnv { name = "name"; paths = [ freetype fontconfig harfbuzz ]; }'
02:53
<
cbarrett >
ty clever :)
04:18
levdub has quit [Ping timeout: 245 seconds]
09:08
daGrevis has joined #nix-darwin
11:27
<
domenkozar[m] >
LnL: anything left to merge my other PR? :)
11:27
<
domenkozar[m] >
hope I'm not too annoying :(
11:27
<
LnL >
could you add the rollback?
11:32
<
domenkozar[m] >
how would rollback work?
11:33
<
LnL >
moving any of the backup files that still exist back should be fine
11:33
<
domenkozar[m] >
ah uninstaller restoring backups?
11:34
<
domenkozar[m] >
on uninstall right?
11:37
<
LnL >
I did find another bug that clever also ran into, but it's not directly related
11:37
<
domenkozar[m] >
with my PR?
11:38
<
LnL >
the installer now enables the nix-daemon by default on a multi-user install
11:38
<
LnL >
but it's not running without a kickstart for some reason
11:39
<
domenkozar[m] >
yeah I've seen that one as well
11:40
<
LnL >
I'm surprised nobody noticed that before, but that shouldn't happen
14:47
<
domenkozar[m] >
multi-user is not the default so :)
14:52
<
gchristensen >
RIP in peace, multi-user default :(
15:06
nikivi has joined #nix-darwin
15:20
daGrevis has quit [Quit: daGrevis]
15:20
daGrevis has joined #nix-darwin
15:26
veske has joined #nix-darwin
15:38
veske has quit [Quit: This computer has gone to sleep]
15:39
veske has joined #nix-darwin
16:13
veske has quit [Quit: This computer has gone to sleep]
16:31
<
cbarrett >
why can i do `with import <unstable> {}` but not -I '<unstable>'? what am I misunderstanding about how NIX_PATH and channels work?
16:31
<
clever >
cbarrett: -I cant search itself
16:31
<
clever >
cbarrett: also, -I unstable, tells it to look for nixpkgs in unstable/nixpkgs, which likely doesnt exist
16:32
<
cbarrett >
hmm. ok, I guess that makes sense.
16:33
<
cbarrett >
my goal is nix-shell -p foo bar but to get foo and bar from unstable
16:33
<
cbarrett >
I've added unstable as a channel.
16:51
<
cbarrett >
i think i can work around needing to do that
16:51
<
cbarrett >
by just building a result dir from unstable and then setting PKG_CONFIG_PATH appropriate
17:03
<
cbarrett >
dang, even unstable doesnt have one of my deps new enough (need fontconfig >=2.12.91)
22:21
qyliss has quit [Quit: bye]
22:21
qyliss^work has quit [Quit: bye]
22:23
qyliss has joined #nix-darwin
22:24
qyliss^work has joined #nix-darwin
22:24
qyliss has quit [Remote host closed the connection]
22:24
qyliss^work has quit [Remote host closed the connection]
22:27
qyliss^work has joined #nix-darwin
22:28
qyliss has joined #nix-darwin
22:49
qyliss has quit [Quit: bye]
22:49
qyliss^work has quit [Quit: bye]
22:53
qyliss^work has joined #nix-darwin
22:53
qyliss has joined #nix-darwin