1
1
forked from extern/flakelight

Fix readme shell example

This commit is contained in:
Archit Gupta 2024-01-15 19:05:49 -08:00
parent 193b6a8840
commit 26a8a4454a

View File

@ -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 ];
};