From 1637dcd495f89c643e4beebf3d78ac68769212b8 Mon Sep 17 00:00:00 2001 From: Rakarake Date: Thu, 9 Feb 2023 15:41:33 +0100 Subject: [PATCH] Pinned nix commit --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 0c7624a..ba568b5 100644 --- a/shell.nix +++ b/shell.nix @@ -1,12 +1,12 @@ let - pkgs = import { }; # 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