summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-03-11 08:45:36 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2026-03-11 08:45:36 +0100
commit073f516d74404bc77e056204ce3510fd391c54f1 (patch)
tree09a001675dd0ed660ddcd9feb4e3238f33d21c72 /flake.nix
parentb834c69d9c8dca7544498fac68bfa9205c208bff (diff)
winapps: remove
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 1 insertions, 13 deletions
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
];