Skip to content

Commit 60a650d

Browse files
committed
fix(home-manager): nixpkgs warning
nix-community/stylix#865 (comment)
1 parent ae81feb commit 60a650d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

home/base.home.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
owner = config.users.users.lua.name;
1717
group = config.users.users.lua.group;
1818
};
19-
home-manager.users.lua = {pkgs, ...}: {
19+
home-manager.users.lua = {
20+
pkgs,
21+
lib,
22+
...
23+
}: {
24+
nixpkgs.overlays = lib.mkForce null;
2025
home = {
2126
username = "lua";
2227
homeDirectory = "/home/lua";

0 commit comments

Comments
 (0)