diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ }; outputs = - { nixpkgs, nixpkgs-unstable, ... }@attrs: + { nixpkgs, nixpkgs-unstable, webtray, ... }@attrs: let system = "x86_64-linux"; overlay-unstable = final: prev: { @@ -41,7 +41,7 @@ ( { ... }: { - nixpkgs.overlays = [ overlay-unstable ]; + nixpkgs.overlays = [ overlay-unstable webtray.overlays.default ]; nixpkgs.config.allowUnfree = true; } ) |