We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9f7a1 commit ce63909Copy full SHA for ce63909
nix/flake/flakeref.go
@@ -77,6 +77,8 @@ type Ref struct {
77
Port int32 `json:port,omitempty`
78
}
79
80
+// TODO move `ParseRef` to the unit test file. It isn't used anywhere else
81
+
82
// ParseRef parses a raw flake reference. Nix supports a variety of flake ref
83
// formats, and isn't entirely consistent about how it parses them. ParseRef
84
// attempts to mimic how Nix parses flake refs on the command line. The raw ref
0 commit comments