add nix expression

This commit is contained in:
Michele Guerini Rocco 2020-02-27 06:00:06 +01:00
parent 24c687d5cd
commit cfeb788ca2
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

5
default.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.nheko.overrideAttrs (old: {
src = builtins.filterSource (path: type: path != "result") ./.;
})