Skip to content

Commit 60dfa85

Browse files
committed
Fix CI
1 parent 6091704 commit 60dfa85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shell.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
{
1+
{inputs, ...}: {
2+
imports = [
3+
inputs.make-shell.flakeModules.default
4+
];
25
perSystem = {
36
pkgs,
47
inputs',

0 commit comments

Comments
 (0)