vsoch / nix

Nix User Repository (NUR) for vsoch!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🥑️ vsoch 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 vsoch from cachix

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

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 Repository (NUR) for vsoch!

License:MIT License


Languages

Language:Nix 78.1%Language:Dockerfile 20.3%Language:Shell 1.7%