diff --git a/flake.nix b/flake.nix index 646bce0..60a0667 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let - pkgs = import nixpkgs { inherit system; }; + pkgs = nixpkgs.legacyPackages.${system}; pname = "space_age_api"; src = ./.; version = "1.0.0";