Select Git revision
-
Florian Sesser authored
Without the lib.mkForce() this is a no-op.
Florian Sesser authoredWithout the lib.mkForce() this is a no-op.
ristretto.nix 189 B
{ fetchFromGitHub, callPackage }:
let
src = import ./python-challenge-bypass-ristretto-repo.nix { inherit fetchFromGitHub; };
in
callPackage "${src}/challenge-bypass-ristretto.nix" { }