Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.1 KB

Nix Language

  1. Practical excercises on the Nix language (O)
  2. Official documentation on the language (O)

Package Manager

  1. Tutorial introduction into the Nix package manager and Nixpkgs package collection (O)

Linux distribution

  1. NixOS-wiki page on NixOS (O)
  2. Tutorial on flakes (O)
  3. Nix wiki entry on flakes (o)

General resources

  1. nix tutorials (O)
  2. nix wiki recommendations(O) (in part already stated above )
  3. Nix Packages (O)

Nix with Docker

  1. Offical tutorial for use with Docker (O)

  2. Github Repo creating a container with flake and dockerfile (O)

    Back to all Contents