flake: Simplify packages function
This commit is contained in:
parent
8f76ec738e
commit
eeac31df24
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@
|
||||||
devShells.default = haskellPackages.shellFor {
|
devShells.default = haskellPackages.shellFor {
|
||||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||||
|
|
||||||
packages = _:
|
packages = _: [ self.packages.${system}.default ];
|
||||||
pkgs.lib.filter (x: x != null) [ self.packages.${system}.default ];
|
|
||||||
|
|
||||||
withHoogle = true;
|
withHoogle = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue