add nix expression
This commit is contained in:
parent
24c687d5cd
commit
cfeb788ca2
5
default.nix
Normal file
5
default.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
|
|
||||||
|
pkgs.nheko.overrideAttrs (old: {
|
||||||
|
src = builtins.filterSource (path: type: path != "result") ./.;
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user