Skip to content
Snippets Groups Projects

nix: initial commit

Open Ben Gamari requested to merge head-hackage into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
nix/Dockerfile 0 → 100644
+ 5
0
 
FROM nixos/nix:2.2.1
 
 
RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
 
RUN nix-channel --update
 
Loading