nix-super/README.md
Jeremy Fleischman 297f6b5d56
Fix link to hacking doc
Right now,
https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual/contributing/hacking.html
redirects to
https://hydra.nixos.org/build/183877779/download/1/manual/contributing/hacking.html,
which gives me a "500 Internal Server Error". Not super useful =(

Feel free to ignore if someone's working to fix the 500 I was running
into.
2022-07-30 09:12:50 -07:00

11 lines
469 B
Markdown

# Nix Super
## It's [Nix](https://nixos.org), but super!
This is an upstream-tracking fork of Nix that includes various patches, some controversial in nature and not fit for Nix upstream.
Some of the patches included are:
- nix-flake-default from [nix-dram](https://github.com/dramforever/nix-dram)
- enable-all-experimental from the old [nixExperimental](https://github.com/NixOS/nixpkgs/pull/120141)
- Full thunk evaluation in flake inputs
- Some UI improvements