Skip to content

vsoch/nix

Repository files navigation

🥑️ 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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published