Skip to content
/ nix Public

Nix User Packages "NUP" for #rseng and #hpc!

License

Notifications You must be signed in to change notification settings

rse-ops/nix

Repository files navigation

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

About

Nix User Packages "NUP" for #rseng and #hpc!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published