mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
7 lines
122 B
Nix
7 lines
122 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "27.0";
|
|
sha256 = "sha256-YZWBLcpkm8B4sjoQO7I9ywXcmxXL+Dvq/JYsLsr7TO0=";
|
|
}
|