docs: fix package readmes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
c701e335d1
commit
8a9516e5b1
3 changed files with 13 additions and 11 deletions
|
@ -44,8 +44,8 @@ sudo ln -sf /home/matt/.nix /etc/nixos
|
||||||
| ---------------------------------- | ----------- |
|
| ---------------------------------- | ----------- |
|
||||||
| `nixosConfigurations` | [devices](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)' + ISO's configurations |
|
| `nixosConfigurations` | [devices](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)' + ISO's configurations |
|
||||||
| `nixOnDroidConfigurations.default` | [Nix-On-Droid](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices/android)'s configuration |
|
| `nixOnDroidConfigurations.default` | [Nix-On-Droid](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices/android)'s configuration |
|
||||||
| `packages` | Some custom [packages](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/pkgs) not available in nixpkgs or modified from it |
|
| `packages` | Some custom [packages](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/packages) not available in nixpkgs or modified from it |
|
||||||
| `legacyPackages` | Some custom [package scopes](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/pkgs) not available in nixpkgs or modified from it |
|
| `legacyPackages` | Some custom [package scopes](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/legacyPackages) not available in nixpkgs or modified from it |
|
||||||
| `formatter` | I format nix code with [alejandra](https://github.com/kamadorueda/alejandra) |
|
| `formatter` | I format nix code with [alejandra](https://github.com/kamadorueda/alejandra) |
|
||||||
| `devShells.default` | A dev shell to build an ISO from the live-image nixosConfiguration |
|
| `devShells.default` | A dev shell to build an ISO from the live-image nixosConfiguration |
|
||||||
| `devShells.ags` | A dev shell to have a NodeJS env when I enter my AGS's config directory |
|
| `devShells.ags` | A dev shell to have a NodeJS env when I enter my AGS's config directory |
|
||||||
|
|
11
legacyPackages/README.md
Normal file
11
legacyPackages/README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# LegacyPackages
|
||||||
|
|
||||||
|
This directory encompasses every derivation scopes for packages exposed by my flake.
|
||||||
|
|
||||||
|
## List of package scopes found in `self.legacyPackages`
|
||||||
|
|
||||||
|
| Name | Description |
|
||||||
|
| --------------- | ----------- |
|
||||||
|
| `dracula` | Themes for many apps from the [Dracula GitHub Org](https://github.com/dracula) |
|
||||||
|
| `firefoxAddons` | Firefox extensions updated with [mozilla-addons-to-nix](https://git.sr.ht/~rycee/mozilla-addons-to-nix) |
|
||||||
|
| `mpvScripts` | MPV scripts that I use that are not in nixpkgs |
|
|
@ -12,12 +12,3 @@ This directory encompasses every derivations for packages exposed by my flake.
|
||||||
| `pokemon-colorscripts` | [GitLab](https://gitlab.com/phoneybadger/pokemon-colorscripts) |
|
| `pokemon-colorscripts` | [GitLab](https://gitlab.com/phoneybadger/pokemon-colorscripts) |
|
||||||
| `repl` | nix repl forked from [here](https://github.com/fufexan/dotfiles/blob/main/pkgs/repl/default.nix) |
|
| `repl` | nix repl forked from [here](https://github.com/fufexan/dotfiles/blob/main/pkgs/repl/default.nix) |
|
||||||
| `trash-d` | [Github](https://github.com/rushsteve1/trash-d) |
|
| `trash-d` | [Github](https://github.com/rushsteve1/trash-d) |
|
||||||
|
|
||||||
|
|
||||||
## List of package scopes found in `self.legacyPackages`
|
|
||||||
|
|
||||||
| Name | Description |
|
|
||||||
| --------------- | ----------- |
|
|
||||||
| `dracula` | Themes for many apps from the [Dracula GitHub Org](https://github.com/dracula) |
|
|
||||||
| `firefoxAddons` | Firefox extensions updated with [mozilla-addons-to-nix](https://git.sr.ht/~rycee/mozilla-addons-to-nix) |
|
|
||||||
| `mpvScripts` | MPV scripts that I use that are not in nixpkgs |
|
|
||||||
|
|
Loading…
Reference in a new issue