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 (10 downloads) |
![]() |
aarch64 (44)*, ppc64le (48)*, x86_64 (62)* | EPEL 8 (177 downloads) |
![]() |
aarch64 (0)*, x86_64 (2)* | EPEL 9 (106 downloads) |
![]() |
aarch64 (111)*, ppc64le (73)*, x86_64 (409)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (181)*, ppc64le (79)*, x86_64 (1216)* | Fedora 41 (445 downloads) |
![]() |
aarch64 (398)*, ppc64le (242)*, x86_64 (3407)* | Fedora 42 (589 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
![]() |
aarch64 (124)*, ppc64le (126)*, x86_64 (285)* | Fedora rawhide (309 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable petersen/nix
More info about enabling Copr repositories