summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2022-01-31 17:32:16 +0100
committerCrazazy2022-02-10 16:13:34 +0100
commit2cd112161a60f48eba98da8310be0125f2191044 (patch)
tree820aa7cb0f248bb2ad0bd7e703c1e5c1566603d2
parent8e936b3cd913df609391be53e24c6e8cc462c465 (diff)
don't expand the nixos outline
-rw-r--r--nixos.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos.org b/nixos.org
index fdb1072..5c4d40d 100644
--- a/nixos.org
+++ b/nixos.org
@@ -13,7 +13,7 @@ stuff
   The nixos config is going to consist of a bunch of "imports" which are just a bunch of configs
   in the imports part of the main configuration. Then we can put each part of said config on its own source block
   This does require a bit of a prefix, that lets us access packages, existing configuration and library functions
-  #+begin_src nix :tangle configuration.nix :noweb yes
+  #+begin_src nix :tangle configuration.nix :noweb no-export :padline no
     { config, lib, pkgs, ... }:
     let
       sources = import ./nix/sources.nix;