remove easyOverlay

This commit is contained in:
41666 2024-03-23 02:50:29 -04:00
parent d2f135aded
commit 915cbf3a50

View file

@ -7,9 +7,6 @@
};
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
inputs.flake-parts.flakeModules.easyOverlay
];
systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { config, self', pkgs, lib, system, ... }: {
devShells.default = import ./shell.nix { inherit pkgs; };