Pinned nix commit

This commit is contained in:
Rakarake 2023-02-09 15:41:33 +01:00
parent 7a0ff5d708
commit 1637dcd495

View file

@ -1,12 +1,12 @@
let
pkgs = import <nixpkgs> { }; # pin the channel to ensure reproducibility!
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/747927516efcb5e31ba03b7ff32f61f6d47e7d87.zip") { }; # pin the channel to ensure reproducibility!
in
pkgs.haskellPackages.developPackage {
root = ./.;
withHoogle = true;
modifier = drv:
pkgs.haskell.lib.addBuildTools drv (
(with pkgs; [ hlint haskell-language-server ghc jasmin ])
(with pkgs; [ hlint haskell-language-server ghc jasmin llvm ])
++
(with pkgs.haskellPackages; [
cabal-install