From dc4e0d6afa23cf1d3ec47ea6b2943052aaffb702 Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 10 Oct 2022 19:21:37 -0400 Subject: [PATCH] Fix hero prompt --- content/posts/command-line-flake-arguments/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/command-line-flake-arguments/index.md b/content/posts/command-line-flake-arguments/index.md index f78e45a..ecdf7e7 100644 --- a/content/posts/command-line-flake-arguments/index.md +++ b/content/posts/command-line-flake-arguments/index.md @@ -6,7 +6,7 @@ description = "a tutorial on 'breaking' the hermeticity of nix flakes by adding tags = ["nix"] [extra] hero = true -heroPrompt = "A rogue program hacking through the firewall, in the style of Tron Legacy, cyberpunk vibe, digital render, 8k uhd, unreal engine - generated using Stable Diffusion" +heroPrompt = "A rogue program hacking through the firewall, in the style of Tron Legacy, cyberpunk vibe, digital render, 8k uhd, unreal engine" +++ [Nix flakes](https://serokell.io/blog/practical-nix-flakes) are very useful, but the feature of a [fully hermetic build](https://bazel.build/basics/hermeticity) also means that they carry with them a certain degree of inflexibility. [Users have asked for a mechanism to parameterize flakes](https://github.com/NixOS/nix/issues/2861#issuecomment-891521971), but there seems to be no interest from the Nix maintainers in adding such a feature.