Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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