diff options
author | Crazazy | 2022-01-31 17:32:16 +0100 |
---|---|---|
committer | Crazazy | 2022-02-10 16:13:34 +0100 |
commit | 2cd112161a60f48eba98da8310be0125f2191044 (patch) | |
tree | 820aa7cb0f248bb2ad0bd7e703c1e5c1566603d2 | |
parent | 8e936b3cd913df609391be53e24c6e8cc462c465 (diff) |
don't expand the nixos outline
-rw-r--r-- | nixos.org | 2 |
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; |