Files
nixpkgs/lib/flakes.nix
T

13 lines
108 B
Nix

/**
Flake operations.
*/
{ lib }:
{
inherit (builtins)
parseFlakeRef
flakeRefToString
;
}