Browse Source

Fix image source

main
parent
commit
66c3b1114b
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      Dockerfile
  2. 5
      README.org

2
Dockerfile

@ -10,4 +10,4 @@ WORKDIR /etc/dotfiles
COPY . . COPY . .
# Load the default system shell. # Load the default system shell.
RUN nix-shell -p
RUN nix-shell /etc/dotfiles

5
README.org

@ -2,6 +2,9 @@
#+AUTHOR: Christopher James Hayward #+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz #+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 #+NAME: description
#+BEGIN_SRC text #+BEGIN_SRC text
Immutable NixOS dotfiles. Immutable NixOS dotfiles.
@ -70,7 +73,7 @@ WORKDIR /etc/dotfiles
COPY . . COPY . .
# Load the default system shell. # Load the default system shell.
RUN nix-shell -p
RUN nix-shell /etc/dotfiles
#+END_SRC #+END_SRC
* Operating System * Operating System

Loading…
Cancel
Save