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 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 in
pkgs.haskellPackages.developPackage { pkgs.haskellPackages.developPackage {
root = ./.; root = ./.;
withHoogle = true; withHoogle = true;
modifier = drv: modifier = drv:
pkgs.haskell.lib.addBuildTools 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; [ (with pkgs.haskellPackages; [
cabal-install cabal-install