27 src = fetchFromGitHub {
28 owner = "Synthetica9";
30 rev = "ecdd50750fd3ffaff83c0637474b884a0c38f8b9";
31 sha256 = "0hm6iaamh1wlvqk8z4yfh4idgbclbsimxhlgflwz2hnv9mm12sf1";
36 libraryHaskellDepends = [ fixplate ];
37 executableHaskellDepends = [
51 testHaskellDepends = [
57 description = "Linter for Nix(pkgs), based on hnix";
58 homepage = "https://github.com/Synthetica9/nix-linter";
59 license = lib.licenses.bsd3;
62 # doesn't build on ghc92
63 hydraPlatforms = lib.platforms.none;