Add 'users/glittershark/xanthous/' from commit '53b56744f4'
git-subtree-dir: users/glittershark/xanthous git-subtree-mainline:91f53f02d8git-subtree-split:53b56744f4
This commit is contained in:
commit
2edb963b97
96 changed files with 10030 additions and 0 deletions
19
users/glittershark/xanthous/pkg.nix
Normal file
19
users/glittershark/xanthous/pkg.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ nixpkgs ? import ./nixpkgs.nix {}
|
||||
,
|
||||
}:
|
||||
let
|
||||
inherit (builtins) filterSource elem not;
|
||||
inherit (nixpkgs) pkgs;
|
||||
gitignoreSource = (import (pkgs.fetchFromGitHub {
|
||||
owner = "hercules-ci";
|
||||
repo = "gitignore";
|
||||
rev = "f9e996052b5af4032fe6150bba4a6fe4f7b9d698";
|
||||
sha256 = "0jrh5ghisaqdd0vldbywags20m2cxpkbbk5jjjmwaw0gr8nhsafv";
|
||||
# date = 2019-09-18T15:15:15+02:00;
|
||||
}) { inherit (pkgs) lib; }).gitignoreSource;
|
||||
in
|
||||
import (pkgs.haskellPackages.haskellSrc2nix {
|
||||
name = "xanthous";
|
||||
src = gitignoreSource ./.;
|
||||
extraCabal2nixOptions = "--hpack";
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue