1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

flake.nix and default.nix

This commit is contained in:
Mitchell Hashimoto 2022-08-22 17:50:25 -07:00
parent 5fc48d57ca
commit a7f900d90f
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
2 changed files with 22 additions and 31 deletions

View file

@ -14,7 +14,7 @@
let pkgs = nixpkgs.legacyPackages.${system};
in rec {
packages = import ./default.nix { inherit system pkgs; };
defaultPackage = packages."0.7.1";
defaultPackage = packages."0.9.1";
apps.zig = flake-utils.lib.mkApp { drv = defaultPackage; };
defaultApp = apps.zig;
});