0 Followers
0 Following
6 Posts

Some software dev / it person

I won’t downvote anyone i disagree with but also only upvote if a comment adds something to the conversation. - After all, this isn’t reddit anymore and i think we should try to be excellent to each other.

I forsee the creation of another arch based distro that is specifically designed for vegans that will solve this problem

not really an issue with a few more lines of configuration

nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 30d"; };
Nix & NixOS | Declarative builds and deployments

Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.

well, … not quite, i just switched to nixos where setting up automatic system updates, means adding: system.autoUpgrade.enable = true; to /etc/nixos/configuration.nix and calling nixos-rebuild swtich.
kind of glad i dont have to worry about stuff like this anymore.
valid argument +1
Righteous Enlightend
tardis what happend to you?
insert uninstall bootloader meme

piping JSON

github.com/jqlang/jq is the best option to deal with this … doesnt matter what shell you use.

GitHub - jqlang/jq: Command-line JSON processor

Command-line JSON processor. Contribute to jqlang/jq development by creating an account on GitHub.

GitHub