Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. nix-src = pkgs.fetchFromGitHub
  2. { owner = "NixOS";
  3. repo = "nix";
  4. rev = "2e953b567ebbcd3aaaf71bf592ab733bdcdd6797";
  5. sha256 = "009f8dha87vqmbfdn5xj68inv8bg73sr5000mk740fq4gmh681dq";
  6. fetchSubmodules = true;
  7. };
  8.  
  9. ...
  10.  
  11. package = (import "${nix-src}/release.nix" {}).build.x86_64-linux;
  12.  
  13. ...
  14.  
  15. fatal: '/nix/store/8nnbnhj32z33gr7a4ix3z6fqw7xh1nwc-source' does not appear to be a git repository
  16. fatal: Could not read from remote repository.
  17.  
  18. Please make sure you have the correct access rights
  19. and the repository exists.
  20. error: program 'git' failed with exit code 128
  21. (use '--show-trace' to show detailed location information)
  22. building Nix...
  23. fatal: '/nix/store/8nnbnhj32z33gr7a4ix3z6fqw7xh1nwc-source' does not appear to be a git repository
  24. fatal: Could not read from remote repository.
  25.  
  26. Please make sure you have the correct access rights
  27. and the repository exists.
  28. error: program 'git' failed with exit code 128
  29. (use '--show-trace' to show detailed location information)
  30. building the system configuration...
  31. trace: warning: types.string is deprecated because it quietly concatenates strings
  32. fatal: '/nix/store/8nnbnhj32z33gr7a4ix3z6fqw7xh1nwc-source' does not appear to be a git repository
  33. fatal: Could not read from remote repository.
  34.  
  35. Please make sure you have the correct access rights
  36. and the repository exists.
  37. error: program 'git' failed with exit code 128
  38. (use '--show-trace' to show detailed location information)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement