summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-06-21 14:39:46 +0200
committerDomen Kožar <domen@dev.si>2015-06-21 14:39:46 +0200
commiteb6be740eca0907793b3b2c3ad34be3a9b2dbde8 (patch)
treecfc40859736e7f7ecdcd0ade6c17329ef16f2093 /CONTRIBUTING.md
parent75f4709fe3835d56cee1860696fa421d96165b6e (diff)
downloadnixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar.gz
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar.bz2
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar.lz
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar.xz
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.tar.zst
nixpkgs-eb6be740eca0907793b3b2c3ad34be3a9b2dbde8.zip
CONTRIBUTING.md: fix style
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index af89187af29..3cc4f5619d9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,7 +36,7 @@
     * `hydra service: add bazBaz option`
     * `nginx service: refactor config generation`
 * Test your changes. If you work with 
-  a) nixpkgs
+  * nixpkgs
     * update pkg -> 
       * `nix-env -i pkg-name -f <path to your local nixpkgs folder>`
     * add pkg -> 
@@ -45,7 +45,7 @@
     * _If you don't want to install pkg in you profile_. 
       * `nix-build -A pkg-attribute-name <path to your local nixpkgs folder>/default.nix` and check results in the folder `result`. It will appear in the same directory where you did `nix-build`.
     * If you did `nix-env -i pkg-name` you can do `nix-env -e pkg-name` to uninstall it from your system.
-  b) NixOS and its modules
+  * NixOS and its modules
     * You can add new module to your NixOS configuration file (usually it's `/etc/nixos/configuration.nix`.
     And do `sudo nixos-rebuild test -I nixpkgs=<path to your local nixpkgs folder> --fast`
 * If you have commits `pkg-name: oh, forgot to insert whitespace`: squash commits in this case. Use `git rebase -i`.