pub-solar-os/doc
Timothy DeHerrera 25180a5e6e
pkgs: use subflake to manage package sources
* Resolves #118
* Leverage flakes to manage package sources & hashes
* Update documentation with an example.
* Add `mkVersion` function to autogenerate a version string.
* Add srcs package via overlay containing all sources defined in
  _pkgs/flake.nix_
* Extend `flk update` with the ability to only update the given input
2021-02-26 00:15:45 -07:00
..
flk pkgs: use subflake to manage package sources 2021-02-26 00:15:45 -07:00
integrations doc: add hercules-ci usage 2021-02-21 16:36:43 -07:00
start cachix: fix link after name change 2021-02-17 22:39:43 -07:00
.gitignore doc: new mdbook documentation 2021-02-14 02:46:05 -07:00
CONTRIBUTING.md doc: finish flk reference 2021-02-14 17:41:15 -07:00
layout.md doc: new mdbook documentation 2021-02-14 02:46:05 -07:00
README.md README.md: fix guide link 2021-02-17 21:03:07 -07:00

Pull Requests

If making a change to core, or adding a feature, please be sure to update the relevant docs. Each directory contains its own README.md, which will automatically be pulled into the mdbook. The book is rendered on every change, so the docs should always be up to date.

Community PRs

While much of your work in this template may be idiosyncratic in nature. Anything that might be generally useful to the broader NixOS community can be synced to the community branch to provide a host of useful NixOS configurations available "out of the box".

Style

If you wish to contribute please follow these guidelines:

  • format your code with nixpkgs-fmt. The default devshell includes a pre-commit hook that does this for you.

  • The commit message follows the same semantics as nixpkgs.

    • You can use a # symbol to specify ambiguities. For example, develop#zsh: <rest of commit message> would tell me that your updating the zsh subprofile living under the develop profile.