Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/emaPublic

Commitc5694b1

Browse files
authored
Revamp nix (#167)
- Update all flake inputs- treefmt -> git-hooks.nix
1 parent16e2752 commitc5694b1

File tree

8 files changed

+141
-230
lines changed

8 files changed

+141
-230
lines changed

‎.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nix_direnv_watch_file cabal.project*.cabal
1+
watch_file cabal.project*.cabal
22
use flake

‎.gitignore

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
.direnv
22
dist
33
dist-*
4-
cabal-dev
5-
*.o
6-
*.hi
7-
*.hie
8-
*.chi
9-
*.chs.h
10-
*.dyn_o
11-
*.dyn_hi
12-
.hpc
13-
.hsenv
14-
.cabal-sandbox/
15-
cabal.sandbox.config
16-
*.prof
17-
*.aux
18-
*.hp
19-
*.eventlog
20-
.stack-work/
21-
cabal.project.local
22-
cabal.project.local~
23-
.HTF/
24-
.ghc.environment.*
254
result
265
result-*
276
output
287

29-
.vscode/tasks.json
8+
.vscode/tasks.json
9+
/.pre-commit-config.yaml

‎.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"haskell.haskell",
6-
"arrterian.nix-env-selector",
76
"bbenoist.nix",
87
"jnoortheen.nix-ide",
9-
"tamasfe.even-better-toml"
8+
"tamasfe.even-better-toml",
9+
"mkhl.direnv"
1010
]
1111
}

‎.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"editor.formatOnType":true,
33
"editor.formatOnSave":true,
4-
"nixEnvSelector.nixFile":"${workspaceRoot}/shell.nix",
54
"haskell.formattingProvider":"fourmolu"
65
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp