Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
5aaf9de0
Unverified
Commit
5aaf9de0
authored
Jun 23, 2021
by
Merlin
💧
Browse files
Only specify verion in one place
parent
5f1a3484
Pipeline
#11001
passed with stages
in 4 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
nix/version.nix
View file @
5aaf9de0
{
version
=
"1.1"
;
version
=
builtins
.
head
(
builtins
.
match
".*
\\
(version[ ]+([[:alnum:].]+)
\\
).*"
(
builtins
.
readFile
../dune-project
))
;
minimumOCamlVersion
=
"4.07"
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment