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.

13 lines
293 B

3 years ago
  1. # Derive from the official image.
  2. FROM nixos/nix
  3. # Add the unstable channel.
  4. RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
  5. RUN nix-channel --update
  6. # Setup the default environment.
  7. WORKDIR /etc/dotfiles
  8. COPY . .
  9. # Load the default system shell.
  10. RUN nix-shell -p