Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 659 Bytes

temp.md

File metadata and controls

38 lines (29 loc) · 659 Bytes

Installation and running

$ npm install
$ npm run gitbook build
$ npm run gitbook serve

Possible outline

  • What is Nix
    -- Philosophy
    -- Different tools: Nix, Nixos, Nixops
    -- Installation

  • Package management
    -- Package management (list/search/install/remove)
    -- Channels
    -- Cleaning up environments

  • Language
    -- I have no idea what the subparts would be

  • NixOps
    -- Same, no idea for the subparts

  • Examples
    -- How to build pip/npm/etc package
    -- Setup a django/postgres environment
    -- Setup a python scientific environment
    -- Use with docker

  • Cookbook
    -- Work in a team
    -- And more...