mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
flake: update inputs to fix vscode breakage
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
// (inputs.flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
overlays = overlays ++ [inputs.devshell.overlay];
|
||||
overlays = overlays ++ [inputs.devshell.overlays.default];
|
||||
};
|
||||
platform = pkgs.lib.systems.elaborate system;
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user