diff --git a/Dockerfile b/Dockerfile index 725e49e..7299c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /etc/dotfiles COPY . . # Load the default system shell. -RUN nix-shell -p +RUN nix-shell /etc/dotfiles diff --git a/README.org b/README.org index 8e6571f..19d378b 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,9 @@ #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz +#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil +#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil + #+NAME: description #+BEGIN_SRC text Immutable NixOS dotfiles. @@ -70,7 +73,7 @@ WORKDIR /etc/dotfiles COPY . . # Load the default system shell. -RUN nix-shell -p +RUN nix-shell /etc/dotfiles #+END_SRC * Operating System