From 9943108498d565b2f6a4f761c6d9e717d12ff051 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 15 Aug 2022 02:00:20 +0300 Subject: [PATCH] expose nixpkgs pkgs as legacyPackages --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ba5e01f..c58f78f 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ nixosConfigurations = import ./hosts {inherit lib tlib inputs;}; packages = lib.mapAttrs (_: pkgs: pkgs._exported) allPkgs; + legacyPackages = allPkgs; apps = miscApps // (inputs.nixinate.nixinate.x86_64-linux inputs.self); devShells = import ./shells {inherit lib tlib inputs;};