nix-super/README.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-22 00:14:30 +02:00
# Nix Super
2020-04-30 23:01:28 +03:00
2022-02-22 00:14:30 +02:00
## It's [Nix](https://nixos.org), but super!
2019-07-18 11:57:26 +03:00
2022-02-22 00:14:30 +02:00
This is an upstream-tracking fork of Nix that includes various patches, some controversial in nature and not fit for Nix upstream.
2020-04-30 23:01:28 +03:00
2022-02-22 00:14:30 +02:00
Some of the patches included are:
- nix-flake-default from [nix-dram](https://github.com/dramforever/nix-dram)
2023-05-05 01:41:06 +03:00
- experimental features enabled by default:
- `Xp::Flakes`
- `Xp::NixCommand`
- `Xp::ReplFlake`
2022-02-22 00:14:30 +02:00
- Full thunk evaluation in flake inputs
2023-05-05 01:41:06 +03:00
- Some UI improvements, particularly around `nix profile`
2023-01-26 01:56:47 +02:00
- New subcommands
2023-05-05 01:41:06 +03:00
- [nix system](https://cache.privatevoid.net/nix/store/6wq71q0lwgkr4l900flf26cn0lk79miw-nix-super-2.16.0pre20230504_3822d33-doc/share/doc/nix/manual/command-ref/new-cli/nix3-system.html) for managing NixOS, as a replacement for `nixos-rebuild`
- [nix home](https://cache.privatevoid.net/nix/store/6wq71q0lwgkr4l900flf26cn0lk79miw-nix-super-2.16.0pre20230504_3822d33-doc/share/doc/nix/manual/command-ref/new-cli/nix3-home.html) for managing home-manager configurations, as a replacement for the `home-manager` CLI tool
- [The `$` operator](https://github.com/NixOS/nix/pull/5577)