Skip to content

Commit 8f5336a

Browse files
committed
nix flake simplification
1 parent f135b5c commit 8f5336a

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed

flake.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
3+
nixpkgs.url = "github:nixos/nixpkgs";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
haskell-flake.url = "github:srid/haskell-flake";
66
flake-root.url = "github:srid/flake-root";
@@ -46,47 +46,18 @@
4646
settings = {
4747
hackage-server.check = false;
4848

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-
5949
Cabal-syntax = { super, ... }:
6050
{ custom = _: super.Cabal-syntax_3_16_0_0; };
6151
Cabal = { super, ... }:
6252
{ custom = _: super.Cabal_3_16_0_0; };
6353

54+
sandwich.check = false;
6455

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;
7356
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-
8457
};
8558
packages = {
8659
# https://community.flake.parts/haskell-flake/dependency#path
8760
# tls.source = "1.9.0";
88-
# fourmolu.source = "0.19.0.1";
89-
stylish-haskell.source = "0.15.1.0";
9061
};
9162
devShell = {
9263
tools = hp: {

0 commit comments

Comments
 (0)