From 4f888f44ae461aae55ed43ab065aa78aaad04240 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 15:20:53 -0600 Subject: [PATCH] mkFlakeNoCC doesn't exist lol --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c22571c..6271bb0 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ haskell-flake.url = "github:srid/haskell-flake"; }; outputs = inputs@{ self, nixpkgs, flake-parts, ... }: - flake-parts.lib.mkFlakeNoCC { inherit inputs; } { + flake-parts.lib.mkFlake { inherit inputs; } { systems = nixpkgs.lib.systems.flakeExposed; imports = [ inputs.haskell-flake.flakeModule ];