diff --git a/README.org b/README.org index 1079f56..2ce8858 100644 --- a/README.org +++ b/README.org @@ -604,6 +604,7 @@ raspberry = nixpkgs.lib.nixosSystem { <> ]; }; + }; ]; }; #+END_SRC diff --git a/flake.nix b/flake.nix index 635eb76..da82cbc 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ ./modules/gtk.nix ]; }; + }; ]; }; zero-one = nixpkgs.lib.nixosSystem {