shell.nix: pin nixpkgs revision

This commit is contained in:
steveej 2016-09-03 12:46:15 +02:00
parent 2677aaa89e
commit a615b9a0fa

View file

@ -1,6 +1,12 @@
let
pkgs = import <nixpkgs> {};
pkgs = import ((import <nixpkgs> {}).pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nixpkgs-channels";
rev = "6715afca34f7ece882b82c2250a4f6dade42eac5"; # vimtex update
sha256 = "1ix8k5sm01i75wxnfrlwbmc8xs8dn5zna7jb4v387h8zy8a74d8m";
}) {};
in pkgs.stdenv.mkDerivation {
name = "msc-thesis";
buildInputs = [
pkgs.pandoc