mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
7 lines
98 B
Nix
7 lines
98 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
biome
|
|
];
|
|
}
|