Skip to content

Commit 0b61e5e

Browse files
authored
Merge pull request #65 from mlabs-haskell/flake-update
Update flake lock
2 parents 4b1574c + 444e5e9 commit 0b61e5e

File tree

4 files changed

+62
-58
lines changed

4 files changed

+62
-58
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#[cfg(test)]
2+
mod tests {
3+
#[test]
4+
fn test() {
5+
assert_eq!(1 + 1, 2);
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#[cfg(test)]
2+
mod tests {
3+
#[test]
4+
fn test() {
5+
assert_eq!(1 + 1, 2);
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#[cfg(test)]
2+
mod tests {
3+
#[test]
4+
fn test() {
5+
assert_eq!(1 + 1, 2);
6+
}
7+
}

flake.lock

Lines changed: 41 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)