nix: remove hardcoded version from flake

This commit is contained in:
71rd 2024-06-27 13:38:23 +00:00
parent df85f4bd08
commit d51fd52a24

View file

@ -9,7 +9,7 @@
overlays = [ ]; overlays = [ ];
pkgs = import nixpkgs { inherit system overlays; }; pkgs = import nixpkgs { inherit system overlays; };
in { in {
packages.outfly = pkgs.callPackage ./build.nix { version = "0.7.0"; }; packages.outfly = pkgs.callPackage ./build.nix {};
packages.default = self.packages.${system}.outfly; packages.default = self.packages.${system}.outfly;
apps.outfly = { apps.outfly = {