Skip to content
Snippets Groups Projects
Commit 06aa9b7f authored by Daniel Firth's avatar Daniel Firth
Browse files

fixup perSystem

parent 20c49ee6
Branches
Tags
1 merge request!1Ghc963
Pipeline #2595 passed with stages
in 4 minutes and 24 seconds
...@@ -33,11 +33,7 @@ ...@@ -33,11 +33,7 @@
imports = [ imports = [
inputs.horizon-hoogle.flakeModule inputs.horizon-hoogle.flakeModule
]; ];
perSystem = { config, system, ... }: perSystem = { pkgs, system, ... }:
let
pkgs = nixpkgs.legacyPackages.${system};
in
with pkgs.lib; with pkgs.lib;
let let
haskellLib = pkgs.haskell.lib; haskellLib = pkgs.haskell.lib;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment