Use demonote
[?]
Mar 21, 2023, 3:36 PM
NYO63G7WCBMM3I32U2JBIKK5YOINAXEKTBKGY4NQYPB5DUG5CM7QCDependencies
- [2]
H2XT7GYITweak 02 - [3]
7AUC4NKIInitial commit - [4]
JGZ7GBCLAdd linting - [5]
M5U5PAX7Add wrapper script, improve libdemo - [6]
OB2MOPJ6Update 02 - [7]
VXZ5QMIEFix CI - [8]
ZV5WPO25Extend 02 - [*]
VMUKZQZRWork on 02-nix-build
Change contents
- replacement in 02-nix-build/demo.sh at line 45
h We can also just run the executable directlyh 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
, Note that we do not have gcc available at the moment!n We do not have gcc available at the moment! - edit in 01-nix-run/demo.sh at line 13
n \'nixpkgs\' is a shorthand way to refer to the main Nix package repository. - replacement in 01-nix-run/demo.sh at line 21
x nix run nixpkgs#cowsay -- -f tux hello[3.4192]x nix run github:nixos/nixpkgs/008ce261a7e3c532e792cb8e39482f2cc1b192f5#cowsay -- -f tux hellon 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