aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-11-05 20:14:29 +0100
committerAdrian Kummerlaender2019-11-05 20:14:29 +0100
commit527e8aa9c33d7c82b548b2280c979f653a7131ae (patch)
tree7ecffeb17653808080b143618732e148e1bb674b /shell.nix
parent8285173fa9c69de72020962506eb080a49be0ce5 (diff)
downloadboltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar.gz
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar.bz2
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar.lz
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar.xz
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.tar.zst
boltzgen_examples-527e8aa9c33d7c82b548b2280c979f653a7131ae.zip
Add basic AA pattern support for C++ example
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/shell.nix b/shell.nix
index 8bdf2e5..c1806bf 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,11 +9,9 @@ pkgs.stdenvNoCC.mkDerivation rec {
pname = "boltzgen";
version = "0.1";
- src = pkgs.fetchFromGitHub {
- owner = "KnairdA";
- repo = "boltzgen";
- rev = "78f5edec8151db38ebf933e915fcca5f65b1cad5";
- sha256 = "1cyp5b5v8r24ih2dxhjhlp7frnqlwzslah2pzfi745f3ii370r42";
+ src = builtins.fetchGit {
+ url = "https://code.kummerlaender.eu/boltzgen/";
+ rev = "02cb01c94fe26d425371ab74feeb50e8a9bf6bf6";
};
propagatedBuildInputs = with pkgs.python37Packages; [