7 lines
128 B
Nix
7 lines
128 B
Nix
{ lib, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.1";
|
|
sha256 = "sha256-GECxenOxwZ0A7cY5Z/amthNezGVPsmZWB5gHayy78cI=";
|
|
}
|
|
|