remove default.nix

This commit is contained in:
Michael Zhang 2021-08-28 03:59:51 -05:00
parent 9353701af3
commit f0e7a7d32d
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,6 +0,0 @@
{ pkgs }:
pkgs.stdenv.mkDerivation {
name = "material";
phases = [];
}