1
2
3
4
5
6
7
builtins.flakeRefToString {
  type  = "github";
  owner = "NixOS";
  repo  = "nixpkgs";
  ref   = "23.05";
  dir   = "lib";
}