From d166a6c85db022fd9ebc579f6a957c0eaf8463dd Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 15 Oct 2024 14:22:13 +0200 Subject: [PATCH] flake: remove umu --- flake.lock | 25 ------------------------- flake.nix | 5 ----- home/programs/games/default.nix | 1 - 3 files changed, 31 deletions(-) diff --git a/flake.lock b/flake.lock index 50760a8..9aceb83 100644 --- a/flake.lock +++ b/flake.lock @@ -2513,7 +2513,6 @@ "plasma-manager": "plasma-manager", "systems": "systems_4", "treefmt-nix": "treefmt-nix", - "umu": "umu", "wezterm": "wezterm" } }, @@ -2675,30 +2674,6 @@ "type": "github" } }, - "umu": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "dir": "packaging/nix", - "lastModified": 1728918416, - "narHash": "sha256-IGiaUXA1acNjVdKijIlvImCZ63X/BAmr+X1PPa+6URs=", - "ref": "refs/heads/main", - "rev": "f21c7e651bf8dcaab391e614f3bb15fc3557c94b", - "revCount": 771, - "submodules": true, - "type": "git", - "url": "https://github.com/Open-Wine-Components/umu-launcher/" - }, - "original": { - "dir": "packaging/nix", - "submodules": true, - "type": "git", - "url": "https://github.com/Open-Wine-Components/umu-launcher/" - } - }, "utils": { "locked": { "lastModified": 1656928814, diff --git a/flake.nix b/flake.nix index 9547de5..55a8963 100644 --- a/flake.nix +++ b/flake.nix @@ -66,11 +66,6 @@ url = "github:sodiboo/niri-flake"; }; - umu = { - url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - treefmt-nix.url = "github:numtide/treefmt-nix"; nixos-hardware.url = "github:NixOS/nixos-hardware"; diff --git a/home/programs/games/default.nix b/home/programs/games/default.nix index 3cc9477..83135c1 100644 --- a/home/programs/games/default.nix +++ b/home/programs/games/default.nix @@ -14,7 +14,6 @@ xdotool xorg.xwininfo yad - inputs.umu.packages.${pkgs.system}.umu ]; programs.mangohud.enable = true; }