Skip to content

Commit 0e37093

Browse files
geo2ajasagredo
authored andcommitted
flake.nix: add cuddle to dev shell
1 parent 1f9b00e commit 0e37093

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

nix/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ hsPkgs.shellFor {
1616
pkgs.ghcid
1717
pkgs.xrefcheck
1818
pkgs.fourmolu
19+
pkgs.cuddle
1920

2021
# release management
2122
pkgs.scriv

nix/tools.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ in
4141
compiler-nix-name = "ghc98";
4242
};
4343

44+
cuddle = tool "cuddle" "git" {
45+
src = final.fetchFromGitHub {
46+
owner = "input-output-hk";
47+
repo = "cuddle";
48+
rev = "43050522b2c3326dc2bcb95a3fde852bce5bc729";
49+
hash = "sha256-S3GJBmvBmnbdb7tD2Fq9FNr9Z8iuT/eWwRpRxq9is10=";
50+
};
51+
};
52+
4453
haskellBuildUtils = prev.haskellBuildUtils.override {
4554
inherit (final.hsPkgs.args) compiler-nix-name;
4655
index-state = tool-index-state;

0 commit comments

Comments
 (0)