Skip to content

Commit ce63909

Browse files
committed
added comment
1 parent 2d9f7a1 commit ce63909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/flake/flakeref.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ type Ref struct {
7777
Port int32 `json:port,omitempty`
7878
}
7979

80+
// TODO move `ParseRef` to the unit test file. It isn't used anywhere else
81+
8082
// ParseRef parses a raw flake reference. Nix supports a variety of flake ref
8183
// formats, and isn't entirely consistent about how it parses them. ParseRef
8284
// attempts to mimic how Nix parses flake refs on the command line. The raw ref

0 commit comments

Comments
 (0)