mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00

Use autotools inspired extensions (as syntax sort of matches) to make clear that these are not Nix expressions yet and don't necessarily parse or evaluate.
7 lines
130 B
Nix
7 lines
130 B
Nix
{ fetchFromGitHub }:
|
|
fetchFromGitHub {
|
|
owner = "flutter";
|
|
repo = "flutter";
|
|
rev = "@flutter_version@";
|
|
hash = "@hash@";
|
|
}
|