diff options
Diffstat (limited to 'test/testdata/eval-okay-flake-ref-to-string.nix')
-rw-r--r-- | test/testdata/eval-okay-flake-ref-to-string.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-flake-ref-to-string.nix b/test/testdata/eval-okay-flake-ref-to-string.nix new file mode 100644 index 0000000..dbb4e5b --- /dev/null +++ b/test/testdata/eval-okay-flake-ref-to-string.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | builtins.flakeRefToString { | ||
2 | type = "github"; | ||
3 | owner = "NixOS"; | ||
4 | repo = "nixpkgs"; | ||
5 | ref = "23.05"; | ||
6 | dir = "lib"; | ||
7 | } | ||