From 66c3b1114bffd4cb8425276b52c4234630367c61 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 14 Jun 2021 21:44:08 -0400 Subject: [PATCH] Fix image source --- Dockerfile | 2 +- README.org | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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