supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 264 seconds]
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 264 seconds]
abathur has joined #nix-darwin
eraserhd3 has joined #nix-darwin
eraserhd2 has quit [Ping timeout: 260 seconds]
kalbasit has quit [Ping timeout: 272 seconds]
hedgie_ has joined #nix-darwin
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nix-darwin
hedgie has quit [Ping timeout: 264 seconds]
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nix-darwin
Chiliparrot has quit [Ping timeout: 268 seconds]
Chiliparrot has joined #nix-darwin
philr has quit [Ping timeout: 260 seconds]
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 264 seconds]
daGrevis has quit [Quit: Ping timeout (120 seconds)]
jhuizy7 has joined #nix-darwin
daGrevis has joined #nix-darwin
jhuizy has quit [Read error: Connection reset by peer]
jhuizy7 is now known as jhuizy
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 264 seconds]
ehmry has joined #nix-darwin
__monty__ has joined #nix-darwin
manveru has quit [Ping timeout: 272 seconds]
manveru has joined #nix-darwin
Chiliparrot has quit [Ping timeout: 256 seconds]
Chiliparrot has joined #nix-darwin
<nextloop> hello! my emacs launchd service seems to ignore my .emacs.d/init.el
<__monty__> Does your service run as root maybe? And if so, have you explicitly configured to look in your home directory?
<nextloop> I see the service in ~/Library/LaunchAgents
<nextloop> i could probably pass a cmdline argument weith the exec flag (https://github.com/LnL7/nix-darwin/blob/master/modules/services/emacs.nix)
hedgie_ has joined #nix-darwin
<nextloop> I also use emacs-overlay
<nextloop> it does have a configuration file flag, I am not sure what it does
hedgie has quit [Ping timeout: 260 seconds]
Chiliparrot has quit [Ping timeout: 246 seconds]
Chiliparrot has joined #nix-darwin
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 260 seconds]
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 264 seconds]
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 244 seconds]
Chiliparrot has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nix-darwin
Chiliparrot has quit [Quit: Textual IRC Client: www.textualapp.com]
<abathur> <3 thefloweringash
<{^_^}> thefloweringash's karma got increased to 19
<thefloweringash> abathur++
<{^_^}> abathur's karma got increased to 8
<nextloop> i found out more. the emacs does not even know "~" when opening files, so $HOME seems to be unset
<nextloop> i checked, the daemon runs under my PID
<domenkozar[m]> thefloweringash: I think you granted me push access instead of admin access?
<thefloweringash> Hmm. I don’t know if I have the ability to grant admin access. Is that a “Pro” feature?
<thefloweringash> I can probably transfer the repository directly, there’s a box to type in a new owner name.
<domenkozar[m]> you can try, but I think it will tell you you need to be an admin of that org
<thefloweringash> Hmm, that is the case: “You don’t have the permission to create public repositories on NixOS”
<nextloop> so emacs does not know any environment variables. I assume I can start it within a nix-shell?
kalbasit has joined #nix-darwin
<thefloweringash> domenkozar: there’s nothing really interesting to transfer. We could just push up the same contents to a repository of the same name
<domenkozar[m]> sgtm
<domenkozar[m]> thefloweringash: I'll do this tomorrow since I have a few more urgent things to do now
<thefloweringash> Sure thing
eraserhd has joined #nix-darwin
eraserhd3 has quit [Ping timeout: 265 seconds]
<LnL> oh! queue is 74 \o/
<nextloop> is $HOME somwhere available ni darwin-configuration nix?
<nextloop> like environment.homeDirectory ?
<LnL> thefloweringash: so I guess it's just rustc, with some luck cherry-picking the 1.47 update fixes that
<nextloop> ...or do I need home manager additionally for this behavior
<LnL> nextloop: probably, nix-darwin intentionally only uses ~ for the few user specific things it supports so you can apply the exact same build on another machine
<thefloweringash> Where’s the rustc failure? Am I looking at the wrong comparison link?
<nextloop> LnL: i want to set: launchd.user.envVariables.HOME
<LnL> you could use builtins.getEnv "HOME"
<LnL> the default stuff doesn't reference home like that but you can in your configuration :)
<LnL> I'm a bit confused by that one tho, wouldn't expect any of these changes to influence symbols in llvm since we build that ourselves
<nextloop> hm. emacs daemon still does not have any enivronment
<nextloop> i try to leave out that daemon stuff for now. only causes trouble. also I did not find any configuration examples. so maybe just noone uses it?
<thefloweringash> According to my search history I’ve looked up that llvm before, but I don’t remember why. I’ll look into it.
<LnL> abathur ran into the same error with a build for nix
<LnL> was hoping this was something 11.0 specific but I guess not
<LnL> hmmm yeah...
<LnL> all-packages.nix # llvmPackages = llvmPackages_10;
<LnL> but the error complains about 7 which is the stdenv one
<LnL> oh! nevermind, I rebased against an eval where rust was broken
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 240 seconds]
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 264 seconds]
<domenkozar[m]> looks like we have a week
<abathur> er, 2 days? :)
<abathur> I updated the installer volume PR #4181 last night to close off single-user I could use feedback on a partial proof-of-concept. Screencast @ https://asciinema.org/a/zzFgKW0
<{^_^}> https://github.com/NixOS/nixpkgs/pull/4181 (by copumpkin, 6 years ago, closed): General Apache Commons reshuffling
<abathur> grr, didn't mean to send that :)
<abathur> ack
<abathur> nix#4181
<{^_^}> https://github.com/NixOS/nix/pull/4181 (by abathur, 2 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
<abathur> I could use feedback on a partial proof-of-concept. Screencast @ https://asciinema.org/a/zzFgKW0
<abathur> man
<abathur> weechat killin' me today
<abathur> I could use feedback on a partial uninstaller proof-of-concept for the Nix volume. Screencast @ https://asciinema.org/a/zzFgKW03XFA89aBLFa29ZGAYa?t=54 and discussion at https://github.com/NixOS/nix/pull/4181#issuecomment-724419256
abbe is now known as abbe__
<cransom> my biggest question. do x86 vms work on apple silicon at the moment?
<cransom> i'm not sure anyone really knows that until the non-dev machines ship.
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nix-darwin
philr has joined #nix-darwin
hedgie has quit []
hedgie has joined #nix-darwin
hedgie has quit []
hedgie has joined #nix-darwin
supersandro2000 has quit [Ping timeout: 264 seconds]
__monty__ has quit [Quit: leaving]