Nix in 100 Seconds [video]
youtube.com
Nix in 100 Seconds [video]
1–10 of 18 posts
Re: Nix in 100 Seconds [video]
#2Re: Nix in 100 Seconds [video]
#3Nice explanation. But Nix is known for a steep learning curve, there is any reason for this?
I've tried and failed twice. I think I irreparably messed up my macOS installation with tons of crap by trying.
Re: Nix in 100 Seconds [video]
#4Nice explanation. But Nix is known for a steep learning curve, there is any reason for this?
It's not a curve, it's a wall. I've tried and failed twice. I think I irreparably messed up my macOS installation with tons of crap by trying.
You might be too deeply scarred to come close to it, but we just wrote a blog post about deploying NixOS servers without installing nix locally or provisioning work here that feels relevant: https://garnix.io/blog/hosting-nixos
Re: Nix in 100 Seconds [video]
#5Earlier quoted context omitted.
It's not a curve, it's a wall. I've tried and failed twice. I think I irreparably messed up my macOS installation with tons of crap by trying.
Yeah, nix on macOS can be a pain… You might be too deeply scarred to come close to it, but we just wrote a blog post about deploying NixOS servers without installing nix locally or provisioning work here that feels relevant: https://garnix.io/blog/hosting-nixos
Re: Nix in 100 Seconds [video]
#6Nice explanation. But Nix is known for a steep learning curve, there is any reason for this?
It's not a curve, it's a wall. I've tried and failed twice. I think I irreparably messed up my macOS installation with tons of crap by trying.
Re: Nix in 100 Seconds [video]
#7Nice explanation. But Nix is known for a steep learning curve, there is any reason for this?
If you are trying to configure your system using NixOS, the available options are very well documented so I personally rarely get into trouble.
Packaging an application however can be very difficult.
Re: Nix in 100 Seconds [video]
#8one benefit that doesn't get much lipservice in elevator pitches for nix, here included, is the experience of packaging. i think the average line count in my personal collection of obscure software is ~30, and that's including license/homepage metadata and other such junk -- it can make even bsd portfiles look tubby by comparison.
Re: Nix in 100 Seconds [video]
#9Earlier quoted context omitted.
Yeah, nix on macOS can be a pain… You might be too deeply scarred to come close to it, but we just wrote a blog post about deploying NixOS servers without installing nix locally or provisioning work here that feels relevant: https://garnix.io/blog/hosting-nixos
if anyone is afraid of this happening to them, I'd recommend the deterministic nix installer. it has an atomic installation process where each step is reversible with the uninstaller. This is uniquely a macos issue since the setup is a bit different to other OS's in terms of creating a read only filesystem for the nix store, but the determinate installer was built to fix any worries of that happening. https://github.…