26 src = fetchFromGitHub {
27 owner = "Synthetica9";
29 rev = "ecdd50750fd3ffaff83c0637474b884a0c38f8b9";
30 sha256 = "0hm6iaamh1wlvqk8z4yfh4idgbclbsimxhlgflwz2hnv9mm12sf1";
35 libraryHaskellDepends = [ fixplate ];
36 executableHaskellDepends = [ streamly mtl path pretty-terminal text base aeson cmdargs containers hnix bytestring path-io ];
37 testHaskellDepends = [ tasty tasty-hunit tasty-th ];
39 description = "Linter for Nix(pkgs), based on hnix";
40 homepage = "https://github.com/Synthetica9/nix-linter";
41 license = lib.licenses.bsd3;
42 maintainers = [ lib.maintainers.marsam ];