Skip to content

Commit b84dba1

Browse files
authored
Merge pull request #181 from toastal/missing-flake-devshell
flake: add existing-but-missing devShells.default
2 parents 3e0abf9 + 8d4458a commit b84dba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
};
2121

2222
checks = result.checks;
23+
24+
devShells.default = result.shell;
2325
}
2426
);
2527
}

0 commit comments

Comments
 (0)