home-manager/common: Fix overlays
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h39m0s
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h39m0s
This commit is contained in:
@@ -228,9 +228,7 @@ in
|
|||||||
# Note: If globalPkgs mode is on, then these will be overridden by the NixOS equivalents of these options
|
# Note: If globalPkgs mode is on, then these will be overridden by the NixOS equivalents of these options
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.libnet.overlays.default
|
inputs.deploy-rs.overlays.default
|
||||||
|
|
||||||
inputs.deploy-rs.overlay
|
|
||||||
inputs.boardie.overlays.default
|
inputs.boardie.overlays.default
|
||||||
inputs.nixGL.overlays.default
|
inputs.nixGL.overlays.default
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user