diff options
author | Adrian Kummerlaender | 2021-08-22 19:16:48 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-08-22 19:16:48 +0200 |
commit | fb63603b5eec859c84464e1a7f6f14931303f679 (patch) | |
tree | 1e0daf46f98dd7f4b7b0a17fda4cd54d57573b78 /web/tree | |
parent | 5e27bc6838920fe2948bc0953a519232bced0397 (diff) | |
download | pkgs-master.tar pkgs-master.tar.gz pkgs-master.tar.bz2 pkgs-master.tar.lz pkgs-master.tar.xz pkgs-master.tar.zst pkgs-master.zip |
Diffstat (limited to 'web/tree')
-rw-r--r-- | web/tree/info.md | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/web/tree/info.md b/web/tree/info.md deleted file mode 100644 index 1f95af9..0000000 --- a/web/tree/info.md +++ /dev/null @@ -1,41 +0,0 @@ -# Nix package repository - -Custom [Nix](https://nixos.org/nix/) derivations describing how to build [projects](https://tree.kummerlaender.eu/projects) of mine as well as various software used by my [NixOS](https://code.kummerlaender.eu/nixos_system) [system](https://code.kummerlaender.eu/nixos_home). - -Individual derivations are available on [code.kummerlaender.eu](https://code.kummerlaender.eu/pkgs/). - -## Usage - -Installing e.g. my XSLT based [static site generator](https://tree.kummerlaender.eu/projects/xslt) is as simple as: - -```sh -nix-env -f "https://pkgs.kummerlaender.eu/nixexprs.tar.gz" -iA make-xslt -``` - -Alternatively one may add _pkgs.kummerlaender.eu_ as a Nix channel: - -```sh -nix-channel --add https://pkgs.kummerlaender.eu mypkgs -nix-channel --update mypkgs -nix-env -iA mypkgs.input-xslt -``` - -## Packages - -Projects of my own: - -* [xslt/input-xslt](http://tree.kummerlaender.eu/projects/xslt/input_xslt/) -* [xslt/static-xslt](http://tree.kummerlaender.eu/projects/xslt/static_xslt/) -* [xslt/build-xslt](http://tree.kummerlaender.eu/projects/xslt/build_xslt/) -* [xslt/make-xslt](https://code.kummerlaender.eu/pkgs/tree/pkgs/xslt/make-xslt/default.nix) - -Configurations of my own: - -* [custom-neovim](https://code.kummerlaender.eu/pkgs/tree/pkgs/custom-neovim) -* [persistent-nix-shell](https://code.kummerlaender.eu/pkgs/tree/pkgs/persistent-nix-shell) - -Projects neither of my own nor of my configuration: - -* [oomox-archdroid-icon-theme](https://github.com/themix-project/oomox) -* [oomox-gtk-theme](https://github.com/themix-project/oomox) -* [katex-wrapper](https://code.kummerlaender.eu/pkgs/tree/pkgs/katex-wrapper/default.nix) |