ffffng/shell.nix
2022-05-19 12:05:44 +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 ];
}