flake.nix: undo hack

This commit is contained in:
Astro 2022-03-29 01:39:03 +02:00
parent e51ff8cd1f
commit d94c9c4776

View File

@ -225,8 +225,6 @@
};
nixpkgs = {
overlays = [ self.overlay ];
# hack that needed to be added 2022-03-2x
pkgs = nixpkgs.legacyPackages.${system};
};
})