I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
241 B

3 years ago
  1. # This file is controlled by /etc/dotfiles/README.org
  2. # Derive from the official image.
  3. FROM nixos/nix
  4. # Setup the default environment.
  5. WORKDIR /etc/dotfiles
  6. COPY . .
  7. # Load the default system shell.
  8. RUN nix-shell /etc/dotfiles/shell.nix