mirror of
https://github.com/zoriya/fairy.git
synced 2025-12-06 05:36:09 +00:00
8 lines
98 B
Nix
8 lines
98 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
nodejs
|
|
glib
|
|
];
|
|
}
|