fix README.md connot show <nixpkgs>
This commit is contained in:
parent
e0f4d6651c
commit
b8818a8c8b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ Hey, you. This is my nixos configurations.
|
|||
| `outputs` field | description | source |
|
||||
| ----------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------- |
|
||||
| `packages` | packages imported or wrapped from elsewhere | ./pkgs |
|
||||
| `overlays.modifications` | the overlays modify <nixpkgs> | ./overlays/modifications |
|
||||
| `overlays.additions` | the ovelrays add packages in <nixpkgs> | ./overlays/additions |
|
||||
| `overlays.modifications` | the overlays modify `<nixpkgs>` | ./overlays/modifications |
|
||||
| `overlays.additions` | the ovelrays add packages in `<nixpkgs>` | ./overlays/additions |
|
||||
| `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules |
|
||||
| `nixosConfigurations.${machine}` | machine-local nixos config | ./nixos/configurations/${machine} |
|
||||
| `homeManagerModules.default` | home-manager modules shared between different user and machine combinations | ./home/modules |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue