Skip to content

Commit a3d9faf

Browse files
authored
Add NixOS workflow and shell.nix file
Added NixOS workflow and shell.nix to the project.
1 parent 2d67fd9 commit a3d9faf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ your-module-directory/.github/workflows/dispatch.yml
4848
your-module-directory/.github/workflows/Linux.yml
4949
your-module-directory/.github/workflows/MacOS.yml
5050
your-module-directory/.github/workflows/Windows.yml
51+
your-module-directory/.github/workflows/NixOS.yml
5152
your-module-directory/run-tests.raku
53+
your-module-directory/shell.nix
5254
```
5355

5456
Then do the usual three git steps to push the changes to github.
5557

5658
```bash
57-
git add .github/workflows/
58-
git add run-tests.raku
59+
git add .github/workflows/ run-tests.raku shell.nix
5960

6061
git commit -m"adding github workflows"
6162

0 commit comments

Comments
 (0)