flake: remove umu

This commit is contained in:
Anthony Rodriguez 2024-10-15 14:22:13 +02:00
parent 5b8cb57762
commit d166a6c85d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
3 changed files with 0 additions and 31 deletions

View file

@ -2513,7 +2513,6 @@
"plasma-manager": "plasma-manager", "plasma-manager": "plasma-manager",
"systems": "systems_4", "systems": "systems_4",
"treefmt-nix": "treefmt-nix", "treefmt-nix": "treefmt-nix",
"umu": "umu",
"wezterm": "wezterm" "wezterm": "wezterm"
} }
}, },
@ -2675,30 +2674,6 @@
"type": "github" "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": { "utils": {
"locked": { "locked": {
"lastModified": 1656928814, "lastModified": 1656928814,

View file

@ -66,11 +66,6 @@
url = "github:sodiboo/niri-flake"; 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"; treefmt-nix.url = "github:numtide/treefmt-nix";
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";

View file

@ -14,7 +14,6 @@
xdotool xdotool
xorg.xwininfo xorg.xwininfo
yad yad
inputs.umu.packages.${pkgs.system}.umu
]; ];
programs.mangohud.enable = true; programs.mangohud.enable = true;
} }