nixpkgs-24.05.nix 186 B

1234567
  1. import (
  2. fetchGit {
  3. url = "https://github.com/NixOS/nixpkgs.git";
  4. rev = "63dacb46bf939521bdc93981b4cbb7ecb58427a0"; # refs/tags/24.05
  5. shallow = true;
  6. }
  7. )