treewide: make option examples constant

escape interpolations in examples, or replace them where they are not
useful.
This commit is contained in:
pennae
2021-12-05 22:01:03 +01:00
parent e72435e612
commit b9950385e5
4 changed files with 10 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ in
rev = "ff96a0fa5635770390b184ae74debea75c3fd534";
ref = "nixos-unstable";
};
image_from_nixpkgs = pkgs_unstable: (import ("${pkgs.sourcehut.buildsrht}/lib/images/nixos/image.nix") {
image_from_nixpkgs = pkgs_unstable: (import ("''${pkgs.sourcehut.buildsrht}/lib/images/nixos/image.nix") {
pkgs = (import pkgs_unstable {});
});
in