Removed default.nix
- Clutter for most users - Did it for the meme mostly though
This commit is contained in:
parent
fec9614d9c
commit
2349092d02
1 changed files with 0 additions and 19 deletions
19
default.nix
19
default.nix
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue