tour_of_nix
tour_of_nix copied to clipboard
more builtins lectures
the tour of nix is about 'nix' programming and it shows builtins and sometimes lib functions (from nixpkgs import).
this here focues more on builtins:
nix-repl
lists & attrs
-
hasAttr s set vs. ?
-
mapAttrs f attrset in the map series
string stuff
- match regex str
- stringLength e
- substring start len s
- sub e1 e2
- toString e and then hash it hashString type s
- fromTOML e