Files
lix/tests/functional2/lang/flake-ref-to-string/in.nix
T
piegames 019b17f4e9 tests/functional2/lang: Migrate trivial eval-okay tests
Change-Id: I07a2e70eacd3d7bca3fc4d7074b9892b9ea35346
2025-06-02 21:52:34 +02:00

8 lines
126 B
Nix

builtins.flakeRefToString {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "23.05";
dir = "lib";
}