remove patch and move default.nix

This commit is contained in:
Tanish2002 2022-05-08 22:53:49 +05:30
parent aca5dba7a1
commit 2342b6a10f
6 changed files with 3 additions and 84 deletions

View file

@ -15,7 +15,7 @@
version = "git";
in rec {
packages = {
hyprland = pkgs.callPackage ./nix-build {
hyprland = pkgs.callPackage self {
inherit version;
src = self;
inherit (nixpkgs-wayland.packages.${system}) wlroots;