aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-flake-ref-to-string.nix
blob: dbb4e5b2af408a86d2c2ea64eaf44a9c7368cf23 (plain)
1
2
3
4
5
6
7
builtins.flakeRefToString {
  type  = "github";
  owner = "NixOS";
  repo  = "nixpkgs";
  ref   = "23.05";
  dir   = "lib";
}