Add the other default package output format for compat

This commit is contained in:
Tim Van Baak 2022-12-02 07:20:15 +00:00
parent c66a76add4
commit 74ab0d9542
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@
let let
pkgs = nixpkgs.legacyPackages."x86_64-linux"; pkgs = nixpkgs.legacyPackages."x86_64-linux";
in pkgs.callPackage ./default.nix {}; in pkgs.callPackage ./default.nix {};
defaultPackage.x86_64-linux = self.packages."x86_64-linux".default;
}; };
} }