https://github.com/juhp/nix-fedora
A nix package for Fedora
https://github.com/juhp/nix-fedora
Last synced: 4 days ago
JSON representation
A nix package for Fedora
- Host: GitHub
- URL: https://github.com/juhp/nix-fedora
- Owner: juhp
- Created: 2021-12-26T03:33:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T06:24:11.000Z (7 months ago)
- Last Synced: 2025-02-12T05:14:28.428Z (5 months ago)
- Homepage: https://copr.fedorainfracloud.org/coprs/petersen/nix/
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A nix rpm package for Fedora.
Builds are available from .
Nix has two installation modes:
# Multi-user mode
This is recommended by upstream and more seamless.
Just install the `nix` package and run:
```
$ sudo systemctl enable --now nix-daemon
```# Single-user mode
Works in rootless containers like toolbox.
Install the `nix-singleuser` package
and then to complete single-user setup run:
```
$ sudo chown -R $USER /nix/*
```# Testing
A simple way to check nix is working is to run `nix-shell -p hello`.
After a short while of downloading, this should put you in
a nix shell subprocess where you should be able to run `hello`.