diff --git a/flake.nix b/flake.nix index 7a6d1a7..a1497a0 100644 --- a/flake.nix +++ b/flake.nix @@ -41,9 +41,7 @@ if localSystem == crossSystem then import nixpkgs { inherit system; - overlays = [ - (import "${nixpkgs}/pkgs/top-level/static.nix") - self.overlay ]; + overlays = [ self.overlay ]; } else import nixpkgs {