Description
The Purely Functional Package Manager: https://github.com/NixOS/nix
Installation Instructions
Enable the Copr repository
$ sudo dnf copr enable petersen/nix
Multi-user installation (recommended by upstream):
$ sudo dnf install nix
$ sudo systemctl enable --now nix-daemon
Single-user installation (useful for toolbox etc):
$ sudo dnf install nix-singleuser
$ sudo chown -R $USER /nix/*
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | EPEL 10 (4 downloads) |
![]() |
aarch64 (44)*, ppc64le (48)*, x86_64 (56)* | EPEL 8 (169 downloads) |
![]() |
aarch64 (0)*, x86_64 (2)* | EPEL 9 (101 downloads) |
![]() |
aarch64 (111)*, ppc64le (65)*, x86_64 (393)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (179)*, ppc64le (79)*, x86_64 (1087)* | Fedora 41 (440 downloads) |
![]() |
aarch64 (299)*, ppc64le (240)*, x86_64 (2221)* | Fedora 42 (440 downloads) |
![]() |
aarch64 (124)*, ppc64le (122)*, x86_64 (284)* | Fedora rawhide (305 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable petersen/nix
More info about enabling Copr repositories