Using nix, the functional package manager on the Windows Subsystem for Linux is fairly easy, however a couple of additional steps need to be done. We will be using Ubuntu from the Microsoft Store, apply some workarounds, and install nix. Nix is also the basis of NixOS a purely functional linux distribution.
nixbuild.net provides Nix builds as a cloud service. It takes away the effort of managing and scaling build clusters and integrates with any setup using Nix.
(I wanted to split this thread from #296 (comment) .) Let's discuss relations with IPFS here. As I see it, mainly a decentralized way to distribute nix-stored data would be appreciated. What we...
You can use the stat command to view dates and times associated with Linux files, and the date command can do some handy conversions if you’d like to display the current time in the epoch format.
Our topic today is configuring desktop Linux DNS settings. It’s simple in principle and can yield privacy, security, and availability benefits. Yet despite how straightforward it is in theory and historically was in practice, customizing your device’s DNS is no longer an intuitive matter.
How to Learn Nix, Part 42: Running zsh in nix-shell
I’ve been using Nix for a few months now, and one of my largest outstanding pain points is that any time I’m in a nix-shell, none of my stuff works the way I want it to.
On a scale from “uses the stock PS1” to “wrote their own shell,” I’m prettttty far to the right. I haven’t actually written my own shell, but, you know, I’ve started writing my own shell, and I have lots of aliases and a fancy custom fzf-based autocomplete thing and weird tmux integrations and strong feelings about how my shell should behave.
And I cannot tell you the number of times I have seen this error message:
Continuous Integration with Elixir and NixOS | FullSteam Labs
Our proof-of-concept minimal CI System that builds an Elixir release and deploys it as a systemd service on NixOS, which itself presents an attractive value proposition: reproducible, declarative, reliable Linux system configuration.
Unpacking Linux containers: understanding Docker and its alternatives
In popularizing Linux containers, Docker brought about a new era of systems design based on these lightweight platforms, rather than heavy virtual machines. However, now that Docker is slowly declining, it’s time to learn about the next generation of Linux container tools.