nixos-beginners-handbook
nvd
nixos-beginners-handbook | nvd | |
---|---|---|
1 | 4 | |
95 | - | |
- | - | |
0.0 | - | |
over 3 years ago | - | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nixos-beginners-handbook
-
The Curse of NixOS
This is a pretty good example the kind of victim blaming I'm talking about. It's a kind of insidious toxicity that permeates certain communities, although I've not been able to put my finger on what exactly brings it out, or why it's so tightly clung to as an acceptable behavior in some places.
I actually tried to help for awhile, and even started a help guide https://github.com/kstenerud/nixos-beginners-handbook/
But eventually one gets ground down and demoralized enough to just give up. It's a real shame, because I LOVE what NixOS is trying to accomplish.
nvd
-
First post, here's my home lab and how I use it every day (running Proxmox and NixOS)
And this repo:https://gitlab.com/khumba/nvd
-
The Curse of NixOS
There's nothing there that needs flakes (an experimental feature which people should not enable without understanding the implications). You could build a system derivation and run a diff against /run/current-system on it.
For what it's worth, nix-diff has very verbose output (it literally diffs everything that is different in the inputs & outputs). A slightly nicer way to diff systems is nvd[0] (example output[1]) which only shows version changes and added/removed packages.
[0]: https://gitlab.com/khumba/nvd
[1]: https://deploys.tvl.fyi/diff/4xmyvkr9nw0cwkn5q38p0cfc58x3jdy...
- Nix/NixOS package version diff tool
-
Can I see what packages have been updated?
And it uses https://gitlab.com/khumba/nvd to diff the revisions
What are some alternatives?
nixpkgs-config - ~/.config/nixpkgs
dotnix - nix stuff
nix-embedded - Nix embedded image generator.
nix-helpers - Mirror of http://chriswarbo.net/git/nix-helpers.git
nix-prisma-example - An example Prisma project using nix
jk - Configuration as Code with ECMAScript