mirror of
https://github.com/ivabus/website
synced 2024-11-10 02:25:23 +03:00
5 lines
132 B
Nix
5 lines
132 B
Nix
|
{ pkgs ? import <nixpkgs> {} }:
|
||
|
pkgs.mkShell {
|
||
|
nativeBuildInputs = with pkgs.buildPackages; [ bundler nodejs-slim bundix ];
|
||
|
}
|