From 073f516d74404bc77e056204ce3510fd391c54f1 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 11 Mar 2026 08:45:36 +0100 Subject: winapps: remove --- flake.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 952c1b0..b729b62 100644 --- a/flake.nix +++ b/flake.nix @@ -20,14 +20,10 @@ url = "git+https://git.nathanreiner.xyz/wofi-pass"; inputs.nixpkgs.follows = "nixpkgs"; }; - winapps = { - url = "github:winapps-org/winapps"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = - { nixpkgs, nixpkgs-unstable, webtray, winapps, ... }@attrs: + { nixpkgs, nixpkgs-unstable, webtray, ... }@attrs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; @@ -49,14 +45,6 @@ nixpkgs.config.allowUnfree = true; } ) - ( - { pkgs, winapps, ... }: { - environment.systemPackages = [ - #winapps.packages."x86_64-linux".winapps - #winapps.packages."x86_64-linux".winapps-launcher # optional - ]; - } - ) ./hosts/${name} ./common ]; -- cgit v1.2.3-70-g09d2