ffffng/shell.nix

22 lines
264 B
Nix
Raw Normal View History

with import <nixpkgs> {};
with pkgs;
stdenv.mkDerivation rec {
name = "ffffng";
version = "dev";
buildInputs = [
compass
git
nasm
2022-02-07 20:36:48 +01:00
nodejs-16_x
rsync
2022-02-22 15:39:39 +01:00
sass
sqlite
yarn
zlib
];
nativeBuildInputs = [ autoreconfHook ];
}