nixpkgs
Login

Out-of-tree Nix Packages

Nix Channel

Note: Below (including Install) should be done with root permissions if Nix store is only root accessible or if using NixOS declarative configuration.

# nix-channel --add https://chiselapp.com/user/simplejack/repository/nixpkgs/tarball/nixpkgs.tar.gz simplejack-pkgs
# nix-channel --update simplejack-pkgs

Manual Build

# wget -O - https://chiselapp.com/user/simplejack/repository/nixpkgs/tarball/nixpkgs.tar.gz | tar xz
# nix-build -A geany-plugins ./nixpkgs/default.nix

Latest Version