Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/nix-fedora
A nix package for Fedora
https://github.com/juhp/nix-fedora
Last synced: 17 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T06:24:11.000Z (19 days ago)
- Last Synced: 2024-12-17T07:35:33.496Z (19 days 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:
```
$ systemctl start 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`.
This should after a short while of downloading
put you in a nix shell subprocess where you should be able to run `hello`.