mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-30 19:54:47 +00:00
Merge pull request #40 from hercules-ci/readme-migrate-flake-improvements
README: update flake migration example
This commit is contained in:
commit
6dbc77b9c0
1 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,12 @@ then slide `mkFlake` between your outputs function head and body,
|
|||
flake-parts.lib.mkFlake { inherit self; } {
|
||||
flake = {
|
||||
# Put your original flake attributes here.
|
||||
}
|
||||
};
|
||||
systems = [
|
||||
# systems for which you want to build the `perSystem` attributes
|
||||
"x86_64-linux"
|
||||
# ...
|
||||
];
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue