5a13d561ff
The sbcl version specific nix expressions were an exact copy of each other with the version and hash swapped out, leading to unnecessary code duplication. This has been resolved by moving the common expression to common.nix and only tracking version and hash in the version specific expressions. Since the expression is unchanged, this should cause 0 rebuilds.
5 lines
112 B
Nix
5 lines
112 B
Nix
import ./common.nix {
|
|
version = "2.1.1";
|
|
sha256 = "15wa66sachhzgvg5n35vihmkpasg100lh561c1d1bdrql0p8kbd9";
|
|
}
|