flake: Put tools into nativeBuildInputs
This commit is contained in:
parent
30132088df
commit
64cdbc9bce
1 changed files with 1 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
withHoogle = true;
|
withHoogle = true;
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
haskellPackages.haskell-language-server
|
haskellPackages.haskell-language-server
|
||||||
haskellPackages.fourmolu
|
haskellPackages.fourmolu
|
||||||
cabal-install
|
cabal-install
|
||||||
|
|
@ -78,7 +78,6 @@
|
||||||
hlint
|
hlint
|
||||||
haskellPackages.doctest
|
haskellPackages.doctest
|
||||||
];
|
];
|
||||||
inputsFrom = builtins.attrValues self.packages.${system};
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue