chore(flake.nix): packages = pkgs
This commit is contained in:
parent
c4d9f45130
commit
e64cbbaf69
@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
inherit (pkgs.lib) recursiveUpdate;
|
inherit (pkgs.lib) recursiveUpdate;
|
||||||
in {
|
in {
|
||||||
packages = {};
|
packages = pkgs;
|
||||||
|
|
||||||
devShell = import ./shell.nix { pkgs = self.legacyPackages.${system}; nixpkgsPath = nixpkgs; };
|
devShell = import ./shell.nix { pkgs = self.legacyPackages.${system}; nixpkgsPath = nixpkgs; };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user