diff --git a/README.md b/README.md index 984e22f..6ff476e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ system. `systems` can be set to change configured systems from the default. ```nix { inputs.flakelight.url = "github:nix-community/flakelight"; - outputs = { flakelight, ... } + outputs = { flakelight, ... }: flakelight ./. { devShell.packages = pkgs: [ pkgs.hello pkgs.coreutils ]; };