summaryrefslogtreecommitdiffstats
path: root/default.nix
blob: 781e099a102c382e14976c66f5dcaa7d381b5782 (plain)
1
2
3
4
5
6
7
8
9
10
# This file is just a convenient wrapper around cgserver.nix,
# so the package can be installed by:
#
#     nix-env -f . -i
#

{ pkgs ? import <nixpkgs> {}
}:

pkgs.haskellPackages.callPackage ./cgserver.nix {}