dots-of-war/files/nix-stuff/nixpkgs/links.md

10 lines
265 B
Markdown
Raw Normal View History

2020-07-03 22:47:14 +00:00
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