Use demonote

[?]
Mar 21, 2023, 3:36 PM
NYO63G7WCBMM3I32U2JBIKK5YOINAXEKTBKGY4NQYPB5DUG5CM7QC

Dependencies

Change contents

  • replacement in 02-nix-build/demo.sh at line 45
    [3.168][3.168:215]()
    h We can also just run the executable directly
    [3.168]
    [3.736]
    h We can also just run the executable directly with \'nix run\'
    x rm -f "./result"
  • replacement in 02-nix-build/demo.sh at line 50
    [2.96][2.96:152]()
    , Note that we do not have gcc available at the moment!
    [2.96]
    [3.322]
    n We do not have gcc available at the moment!
  • edit in 01-nix-run/demo.sh at line 13
    [3.1101]
    [3.4083]
    n \'nixpkgs\' is a shorthand way to refer to the main Nix package repository.
  • replacement in 01-nix-run/demo.sh at line 21
    [3.4192][3.4192:4233]()
    x nix run nixpkgs#cowsay -- -f tux hello
    [3.4192]
    x nix run github:nixos/nixpkgs/008ce261a7e3c532e792cb8e39482f2cc1b192f5#cowsay -- -f tux hello
    n In the curl example we were playing fast and loose: the nix run command would just take the latest version.
    n But for cowsay, we pinned it to a particular revision of nixpkgs.
    p