mirror of
https://github.com/nix-community/flakelight.git
synced 2025-08-09 15:15:02 +02:00
Fix readme shell example
This commit is contained in:
@ -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 ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user