Compare commits
2 Commits
101c2bd64d
...
4089851fc8
| Author | SHA1 | Date | |
|---|---|---|---|
| 4089851fc8 | |||
| 7097e19d40 |
@@ -20,7 +20,7 @@
|
|||||||
schemas = flake-schemas.schemas;
|
schemas = flake-schemas.schemas;
|
||||||
devShells = forEachSupportedSystem ({ pkgs }: {
|
devShells = forEachSupportedSystem ({ pkgs }: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
name "lua-exercises"
|
name = "lua-exercises";
|
||||||
packages = with pkgs; [ git lua ];
|
packages = with pkgs; [ git lua ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user