From 3c6569eb06965ae26f28b0d2902d4aadacdd5677 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 18 Jul 2021 16:56:29 -0400 Subject: [PATCH] Fix docker container --- Dockerfile | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7299c8d..d17a7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /etc/dotfiles COPY . . # Load the default system shell. -RUN nix-shell /etc/dotfiles +RUN nix-shell /etc/dotfiles/shell.nix diff --git a/README.org b/README.org index e77c6cf..325f906 100644 --- a/README.org +++ b/README.org @@ -83,7 +83,7 @@ WORKDIR /etc/dotfiles COPY . . # Load the default system shell. -RUN nix-shell /etc/dotfiles +RUN nix-shell /etc/dotfiles/shell.nix #+END_SRC * Operating System