supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
mitchellh has quit [Quit: Connection closed for inactivity]
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
eraserhd2 has joined #nix-darwin
eraserhd has quit [Ping timeout: 260 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
rb2k has quit [Ping timeout: 240 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
rb2k has joined #nix-darwin
kalbasit has joined #nix-darwin
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nix-darwin
rb2k has quit [Ping timeout: 256 seconds]
rb2k has joined #nix-darwin
rb2k has quit [Client Quit]
rb2k has joined #nix-darwin
rb2k has quit [Client Quit]
kalbasit has quit [Quit: kalbasit]
kalbasit has joined #nix-darwin
kalbasit has quit [Quit: WeeChat 2.9]
rb2k has joined #nix-darwin
eraserhd2 has quit [Ping timeout: 264 seconds]
eraserhd2 has joined #nix-darwin
<thefloweringash> hmm. that's an interesting question. I see the same thing. I think the `Security` dependency is coming through from aws-c-cal which links against the stubs, but then the stubs aren't available when building nixFlakes
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
kgriffin has quit [Quit: ZNC 1.7.5 - https://znc.in]
kgriffin has joined #nix-darwin
<thefloweringash> at leat adding Security directly to nix is sufficient, but it should be possible to propagate it
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<stephank> Ah, I didn’t even try that, sorry. I’ll give that a shot this evening.
kalbasit has joined #nix-darwin
kalbasit has quit [Quit: WeeChat 2.9]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
kalbasit has joined #nix-darwin
kalbasit has quit [Quit: brb]
kalbasit has joined #nix-darwin
kalbasit has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nix-darwin
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
__monty__ has joined #nix-darwin
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
Siyo has quit [Client Quit]
Siyo has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<kgriffin> I have a question related to the fish stuff--how does nix-darwin handle relying on new packages in nixpkgs? I have a PR open to change the fish environment generation from foreign-env to babelfish, but like with nixOS, it'll be an option to keep using fenv. But even fenv's package changed (it's now under the fishPlugins namespace). I added that fix to my PR, but because the tests build against
<kgriffin> non-unstable (20.09?), the test run fails with the fix. Are nix-darwin users recommended to use the unstable channel? Or should I vendor changes until the expected version is bumped?
<__monty__> Btw, kgriffin, did you see my comment about using an attrset as a kind of switch/case construct?
<kgriffin> Ah, yeah, I did, but I wasn't sure how it might work. Can you tell me more? I found it weird to say if cfg.translator == "babelfish" then ... else ...
<kgriffin> Since that "else" is really "else if cfg.translator == "fenv"
<kgriffin> But not making the if-else statement exhaustive also feels weird to me
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
<__monty__> You don't need any if statements. { "babelfish" = babelfish_case_code; "foreign-env" = fenv_case_code; }.${cfg.translator} simply evaluates to either the former or the latter case depending on the value of cfg.translator.
<__monty__> > let cfg.translator = "b" in { a = 1; b = 2 }."${cfg.translator}"
<{^_^}> error: syntax error, unexpected IN, expecting ';', at (string):462:26
<__monty__> > let cfg.translator = "b"; in { a = 1; b = 2; }."${cfg.translator}"
<{^_^}> 2
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<kgriffin> Ah, that is interesting.
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
philr_ has quit [Ping timeout: 264 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
rb2k has joined #nix-darwin
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
rb2k has joined #nix-darwin
kalbasit has joined #nix-darwin
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rb2k has joined #nix-darwin
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
rb2k has quit [Ping timeout: 272 seconds]
rb2k has joined #nix-darwin
nikivi has joined #nix-darwin
rb2k_ has joined #nix-darwin
rb2k has quit [Ping timeout: 264 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
philr_ has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
nikivi has joined #nix-darwin
nikivi has quit [Client Quit]
__monty__ has quit [Quit: leaving]
nikivi has joined #nix-darwin