Skip to content

Commit

Permalink
Merge pull request #1 from nokazn/feature/implement
Browse files Browse the repository at this point in the history
initial implementation
  • Loading branch information
nokazn authored Mar 12, 2024
2 parents 02748b5 + 49782df commit 422a15c
Show file tree
Hide file tree
Showing 64 changed files with 3,307 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
build:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
result
.direnv
node_modules
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"arrterian.nix-env-selector",
"rust-lang.rust-analyzer",
"b4dm4n.nixpkgs-fmt",
"dprint.dprint",
"jnoortheen.nix-ide"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"[json][jsonc][toml][markdown]": {
"editor.defaultFormatter": "dprint.dprint",
"editor.formatOnSave": true
}
},
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}
Loading

0 comments on commit 422a15c

Please sign in to comment.