Skip to content

Commit

Permalink
build: remove Docker
Browse files Browse the repository at this point in the history
This was an eye-sore. Using Nix is much cleaner.
  • Loading branch information
hraban committed May 5, 2023
1 parent d066cee commit 519658b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 66 deletions.
6 changes: 0 additions & 6 deletions Readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -618,12 +618,6 @@ The real question is: why is this not standard in Bash for Windows? Who knows. I

* Building the code :noexport:

** Docker

#+begin_src shell :exports code :results none :eval never-export
docker compose run --rm build
#+end_src

** Nix

You can run this directly from github:
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml

This file was deleted.

51 changes: 0 additions & 51 deletions emacs-docker/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions emacs-docker/init.el

This file was deleted.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
buildPhase = ''
# Remove the stale VCS copy
rm tomono
${myemacs}/bin/emacs --batch --load emacs-docker/init.el --load publish.el
${myemacs}/bin/emacs --batch --load publish.el
'';
installPhase = ''
mkdir -p $out/{bin,doc}
Expand Down

0 comments on commit 519658b

Please sign in to comment.