Skip to content

A collection of small questions and solutions for nix objects for a practical learning approach.

License

Notifications You must be signed in to change notification settings

proxemy/learn.nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

learn.nix

A per-package collection of small question and solution about nix objects.
It's primary goal is to archive my learning curve, later, it could become a resource.

Usage

TODO

nix repl learn.nix

Preparation

  • Install nix.
    You should be able to successfully run the following commands.

    # both tools should report at least something
    nix --version
    nix-channel --list
    
    # a simple derivation should be build and executed
    nix shell nixpkgs#hello -c hello
  • Learn nix the language.
    To interact with the guides herein, it is important, that you have at least a vague feeling of nix. Language specifics are not the primary goal of these guides.
    Learning the language primitives is up to you but it's not that much anyway.

Contribution

TODO

About

A collection of small questions and solutions for nix objects for a practical learning approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published