ffffng/shell.nix
2022-07-07 11:08:15 +02:00

22 lines
264 B
Nix

with import <nixpkgs> {};
with pkgs;
stdenv.mkDerivation rec {
name = "ffffng";
version = "dev";
buildInputs = [
compass
git
nasm
nodejs-16_x
rsync
sass
sqlite
yarn
zlib
];
nativeBuildInputs = [ autoreconfHook ];
}