aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nix.md
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-09 13:01:47 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-09 13:01:47 -0800
commit36d57c0040c6af77d9a2cfca138c9fef518535b1 (patch)
tree15091b003e18b1a5149ab9df5501634bc880c590 /doc/nix.md
parenta8a64c6f3553328aa49dfe13c78447517aad0f73 (diff)
downloadnix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar.gz
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar.bz2
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar.lz
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar.xz
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.tar.zst
nix-36d57c0040c6af77d9a2cfca138c9fef518535b1.zip
Add useful Nix tip about system.extraSystemBuilderCmds
Diffstat (limited to 'doc/nix.md')
-rw-r--r--doc/nix.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nix.md b/doc/nix.md
new file mode 100644
index 0000000..a6b9621
--- /dev/null
+++ b/doc/nix.md
@@ -0,0 +1,3 @@
+# All things Nix
+
+A potentially useful escape hatch is the undocumented system.extraSystemBuilderCmds. Search for examples, but it basically lets you run arbitrary commands every time a new configuration is generated.