diff --git a/Droidnix/README.org b/Droidnix/README.org index c7aa3e7e9..8fef8fd48 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -429,7 +429,7 @@ outputs = inherit (nixpkgs.legacyPackages.${system}) mkShell; }; }; - +} #+END_SRC * First the nix-files that flake really needs and that do not fit wel in the hierarchical structure @@ -1763,7 +1763,6 @@ This sets up the zsh terminal ]; }; } - #+END_SRC ** =generated/system/applications/terminal_shell/emacs.nix= diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 26cf8d5e7..60ad1d203 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -86,3 +86,4 @@ outputs = inherit (nixpkgs.legacyPackages.${system}) mkShell; }; }; +}