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 {
|
||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||
|
||||
packages = _:
|
||||
pkgs.lib.filter (x: x != null) [ self.packages.${system}.default ];
|
||||
packages = _: [ self.packages.${system}.default ];
|
||||
|
||||
withHoogle = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue