mkFlakeNoCC doesn't exist lol

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 15:20:53 -06:00
parent 5a070bf295
commit 4f888f44ae

View File

@ -6,7 +6,7 @@
haskell-flake.url = "github:srid/haskell-flake"; haskell-flake.url = "github:srid/haskell-flake";
}; };
outputs = inputs@{ self, nixpkgs, flake-parts, ... }: outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
flake-parts.lib.mkFlakeNoCC { inherit inputs; } { flake-parts.lib.mkFlake { inherit inputs; } {
systems = nixpkgs.lib.systems.flakeExposed; systems = nixpkgs.lib.systems.flakeExposed;
imports = [ inputs.haskell-flake.flakeModule ]; imports = [ inputs.haskell-flake.flakeModule ];