Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1016 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 1016 Bytes

rse-ops Nix packages

Build and populate cache Cachix Cache

A NUR "Nix User Repository"

You can see the repository under the nur.nix-community.org.

Usage

For local development, when you add a package:

$ nix-build -A <package-name>

Garbage collect:

$ nix-collect-garbage

Update flake.nix

$ nix flake update
# or 
$ nix flake lock --update-input nixpkgs

Add rseops from cachix

$ nix-env -iA cachix -f https://cachix.org/api/v1/install
$ cachix use rseops

Install Nix

If you outside the devcontainer and need to install nix:

sh <(curl -L https://nixos.org/nix/install) --no-daemon
. $HOME/.nix-profile/etc/profile.d/nix.sh