|
1 | 1 | { |
2 | 2 | inputs = { |
3 | | - nixpkgs.url = "github:nixos/nixpkgs/haskell-updates"; |
| 3 | + nixpkgs.url = "github:nixos/nixpkgs"; |
4 | 4 | flake-parts.url = "github:hercules-ci/flake-parts"; |
5 | 5 | haskell-flake.url = "github:srid/haskell-flake"; |
6 | 6 | flake-root.url = "github:srid/flake-root"; |
|
46 | 46 | settings = { |
47 | 47 | hackage-server.check = false; |
48 | 48 |
|
49 | | - # cabal-add.jailbreak = true; |
50 | | - # cabal-install-parsers.jailbreak = true; |
51 | | - |
52 | | - # https://community.flake.parts/haskell-flake/dependency#nixpkgs |
53 | | - # Cabal-syntax = { super, ... }: |
54 | | - # { custom = _: super.Cabal-syntax_3_14_2_0; }; |
55 | | - # Cabal = { super, ... }: |
56 | | - # { custom = _: super.Cabal_3_14_2_0; }; |
57 | | - |
58 | | - |
59 | 49 | Cabal-syntax = { super, ... }: |
60 | 50 | { custom = _: super.Cabal-syntax_3_16_0_0; }; |
61 | 51 | Cabal = { super, ... }: |
62 | 52 | { custom = _: super.Cabal_3_16_0_0; }; |
63 | 53 |
|
| 54 | + sandwich.check = false; |
64 | 55 |
|
65 | | - # fourmolu.check = false; |
66 | | - doctest.check = false; |
67 | | - system-filepath.check = false; |
68 | | - # hls-plugin-api.jailbreak = true; |
69 | | - # ghcide.jailbreak = true; |
70 | | - # haskell-language-server.jailbreak = true; |
71 | | - |
72 | | - threads.check = false; |
73 | 56 | unicode-data.check = false; |
74 | | - tree-diff.check = false; |
75 | | - |
76 | | - extensions = { super, ... }: |
77 | | - { custom = _: super.extensions_0_1_1_0; |
78 | | - jailbreak = true; |
79 | | - }; |
80 | | - |
81 | | - brick = { super, ... }: |
82 | | - { custom = _: super.brick_2_10; }; |
83 | | - |
84 | 57 | }; |
85 | 58 | packages = { |
86 | 59 | # https://community.flake.parts/haskell-flake/dependency#path |
87 | 60 | # tls.source = "1.9.0"; |
88 | | - # fourmolu.source = "0.19.0.1"; |
89 | | - stylish-haskell.source = "0.15.1.0"; |
90 | 61 | }; |
91 | 62 | devShell = { |
92 | 63 | tools = hp: { |
|
0 commit comments