advent-of-code/hs2/default.nix

4 lines
87 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.haskellPackages.developPackage {
root = ./.;
}