1
 2
 3
 4
 5
 6
 7
 8
 9
10
let
  n = -1;
in
builtins.flakeRefToString {
  type  = "github";
  owner = "NixOS";
  repo  = n;
  ref   = "23.05";
  dir   = "lib";
}