forked from extern/flakelight
Fix readme shell example
This commit is contained in:
parent
193b6a8840
commit
26a8a4454a
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user