Skip to content

Commit

Permalink
Merge pull request #39 from wiillou/main
Browse files Browse the repository at this point in the history
bump hyprland version to v0.40.0
  • Loading branch information
levnikmyskin authored May 5, 2024
2 parents f467e9a + 6ecb9ce commit 6e89e3f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
42 changes: 34 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
description = "A plugin for the Hyprland compositor, implementing virtual-desktop functionality.";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.hyprland.url = "github:hyprwm/Hyprland/v0.39.1";
inputs.hyprland.url = "github:hyprwm/Hyprland/v0.40.0";

outputs = { self, nixpkgs, hyprland }:
let
# Helper function to create packages for each system
withPkgsFor = fn: nixpkgs.lib.genAttrs (builtins.attrNames hyprland.packages) (system: fn system nixpkgs.legacyPackages.${system});
virtualDesktops = withPkgsFor (system: pkgs: pkgs.gcc13Stdenv.mkDerivation rec {
pname = "virtual-desktops";
version = "2.2.1";
version = "2.2.2";
src = ./.;

inherit (hyprland.packages.${system}.hyprland) nativeBuildInputs;
Expand All @@ -19,7 +19,7 @@

# Skip meson phases
configurePhase = "true";
mesonConfigurePhase = "true";
mesonConfigurePhase = "true";
mesonBuildPhase = "true";
mesonInstallPhase = "true";

Expand Down

0 comments on commit 6e89e3f

Please sign in to comment.