remove patch and move default.nix
This commit is contained in:
parent
aca5dba7a1
commit
2342b6a10f
6 changed files with 3 additions and 84 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue