dots-of-war/files/nix-stuff/nixpkgs/links.md
2020-07-04 00:47:14 +02:00

9 lines
265 B
Markdown

writers:
https://nixos.wiki/wiki/Nix-writers
variable replacement:
builtins.readFile (pkgs.substituteAll { src = ./nixhello.txt; name = "Major Tom"; })
that will replace all @name@ in the file with Major Tom
https://nixos.org/nixpkgs/manual/#fun-substituteAll