literate-config

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2cd112161a60f48eba98da8310be0125f2191044
parent 8e936b3cd913df609391be53e24c6e8cc462c465
Author: Crazazy <crazazy@tilde.cafe>
Date:   Mon, 31 Jan 2022 17:32:16 +0100

don't expand the nixos outline

Diffstat:
Mnixos.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;