aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-11-09 20:44:20 +0100
committerAdrian Kummerlaender2019-11-09 21:36:04 +0100
commit910c2299f4be8ec1819cddaae508d60cddcb9796 (patch)
tree42f512b8849478c87104b2f5fe063466c8dd3ee4 /shell.nix
parent20b821bfdf8441b6e2b0e086097a729f006e5b0a (diff)
downloadboltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar.gz
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar.bz2
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar.lz
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar.xz
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.tar.zst
boltzgen_examples-910c2299f4be8ec1819cddaae508d60cddcb9796.zip
Add support for SSS pattern to C++ LDC example
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index e3e52d4..45805fb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -27,7 +27,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
src = builtins.fetchGit {
url = "https://code.kummerlaender.eu/boltzgen/";
- rev = "286e243a171c8bcdfc91b5b6dcdd937ac95b0b7b";
+ rev = "27ce855378a80dff680c2989800af1f4e69975fe";
};
propagatedBuildInputs = with pkgs.python37Packages; [