Skip to content

Commit 937831b

Browse files
basic hostapd
1 parent e93e3e8 commit 937831b

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

desktop/l2/flake.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@
2121
outputs = { self, nixpkgs, home-manager, hyprland, ... }:
2222
let
2323
system = "x86_64-linux";
24-
overlays = [
25-
(final: prev: {
26-
hostapd = import ./hostapd-80211r.nix { pkgs = prev; };
27-
})
28-
];
2924
pkgs = import nixpkgs {
30-
inherit system overlays;
25+
inherit system;
3126
config = {
3227
allowUnfree = true;
3328
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
@@ -69,10 +64,5 @@
6964
];
7065
};
7166
};
72-
packages = {
73-
x86_64-linux = {
74-
hostapd = pkgs.hostapd;
75-
};
76-
};
7767
};
7868
}

desktop/l2/hostapd-80211r.nix

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)