Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 7 lines 130 B view raw
1{ fetchFromGitHub }: 2fetchFromGitHub { 3 owner = "flutter"; 4 repo = "flutter"; 5 rev = "@flutter_version@"; 6 hash = "@hash@"; 7}