chore(flake.nix): packages = pkgs

This commit is contained in:
Sarah Vaupel 2024-01-17 04:31:43 +01:00
parent c4d9f45130
commit e64cbbaf69

View File

@ -131,7 +131,7 @@
inherit (pkgs.lib) recursiveUpdate;
in {
packages = {};
packages = pkgs;
devShell = import ./shell.nix { pkgs = self.legacyPackages.${system}; nixpkgsPath = nixpkgs; };