diff --git a/configuration-ghc-9.4.x.nix b/configuration-ghc.nix similarity index 100% rename from configuration-ghc-9.4.x.nix rename to configuration-ghc.nix diff --git a/flake.nix b/flake.nix index 1568463d7602907026173bbd989207e69d9249b6..76f61e946228df08f74f6ed97030c117c84d9bc4 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) { buildHaskellPackages = pkgs.haskell.packages.ghc944; - compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; }; + compilerConfig = pkgs.callPackage ./configuration-ghc.nix { inherit haskellLib; }; configurationArm = { pkgs, haskellLib }: self: super: { }; configurationCommon = import ./configuration.nix; configurationDarwin = { pkgs, haskellLib }: self: super: { };