added workflow to test devtools nix files

This commit is contained in:
Anton-4 2023-09-06 16:20:55 +02:00
parent 356d3abc30
commit a93f62c196
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 43 additions and 2 deletions

View file

@ -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).