mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 06:02:54 +00:00
added workflow to test devtools nix files
This commit is contained in:
parent
356d3abc30
commit
a93f62c196
2 changed files with 43 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ The flake in this folder is meant for vscode, feel free to create a PR if you'li
|
|||
|
||||
Further steps:
|
||||
|
||||
1. Copy the flake.nix and flake.lock file to a new folder outside of the roc repo folder.
|
||||
1. Copy the flake.nix and flake.lock file from the devtools folder to a new folder outside of the roc repo folder.
|
||||
1. Run `git init` in the new folder.
|
||||
1. Execute `git add flake.nix`, nix will error if you don't do this.
|
||||
1. Execute `git add flake.nix flake.lock`, nix will error if you don't do this.
|
||||
1. Change `roc.url = "path:/home/anton/gitrepos/roc";` to the location of the roc folder on your machine.
|
||||
1. Follow instructions about vscode extensions [here](#extensions).
|
||||
1. add other dev tools you like in the `devInputs` list. You can search for those [here](https://search.nixos.org/packages).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue