Skip to content

Commit 0ae89ce

Browse files
pre-commit-ci[bot]wenkokke
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44c59c4 commit 0ae89ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM haskell:9.8
22
RUN apt update && apt install emacs -y
3-
RUN cabal update && cabal install Agda-2.6.3
3+
RUN cabal update && cabal install Agda-2.6.3

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
]
1414
}
1515
}
16-
}
16+
}

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cp ~/plfa/data/dotagda/* ~/.agda
66
agda-mode setup
77
agda-mode compile
88

9-
cat ~/plfa/.devcontainer/.emacs >> ~/.emacs
9+
cat ~/plfa/.devcontainer/.emacs >> ~/.emacs

0 commit comments

Comments
 (0)