Compare commits
2 Commits
4089851fc8
...
101c2bd64d
| Author | SHA1 | Date | |
|---|---|---|---|
| 101c2bd64d | |||
| 13ce8a0884 |
@@ -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