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: 4 days ago
JSON representation

A nix package for Fedora

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`.