Tweak 02

[?]
Mar 21, 2023, 1:39 PM
H2XT7GYIHF3SVEEX6BKEWKVSNCNLWEPKCAXKLK5SUK5TOX4OVESAC

Dependencies

Change contents

  • replacement in 02-nix-build/demo.sh at line 48
    [3.259][3.259:322]()
    h If we want to do development, we also get that \'for free\':
    [3.259]
    [3.322]
    h If we want to do development, we also get that \'for free\' with \'nix develop\':
    , Note that we do not have gcc available at the moment!
  • replacement in 02-nix-build/demo-inside-nix-develop.sh at line 2
    [3.440][3.440:468]()
    # shellcheck disable=SC1010
    [3.440]
    [3.468]
    # shellcheck disable=SC1010,SC2016
  • replacement in 02-nix-build/demo-inside-nix-develop.sh at line 9
    [3.548][3.548:570]()
    h Now we do have gcc!
    [3.548]
    [3.570]
    h Now we are inside a nix-develop shell!
    x eval 'echo "${name}"'
    h And we do have gcc
  • replacement in 02-nix-build/demo-inside-nix-develop.sh at line 15
    [3.582][3.582:654]()
    h But Nix does all sorts of clever things such as wrapping the compiler
    [3.582]
    [3.654]
    h Not only that, but Nix does all sorts of clever things such as wrapping the compiler
  • edit in 02-nix-build/demo-inside-nix-develop.sh at line 19
    [3.730][3.730:758]()
    # shellcheck disable=SC2016
  • replacement in 02-nix-build/demo-inside-nix-develop.sh at line 21
    [3.841][3.841:865]()
    h And we can in fact do
    [3.841]
    [2.901]
    h And we can in fact build
  • edit in 02-nix-build/demo-inside-nix-develop.sh at line 23
    [2.962]
    [2.962]
    h And run!