mirror of
https://github.com/zoriya/realm.git
synced 2025-12-06 06:46:11 +00:00
7 lines
86 B
Nix
7 lines
86 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
zig
|
|
];
|
|
}
|