Removed default.nix

- Clutter for most users
- Did it for the meme mostly though
This commit is contained in:
buffet 2018-09-27 16:53:35 +02:00
parent fec9614d9c
commit 2349092d02

View file

@ -1,19 +0,0 @@
{ stdenv, Literate }:
stdenv.mkDerivation rec {
name = "waffle-${version}";
version = "NaV";
src = ./.;
buildInputs = [ Literate ];
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
description = "A fully manual tiling wm";
homepage = https://github.com/buffet/wmaffle;
license = licenses.mpl20;
platforms = platforms.unix;
};
}