nix: remove hardcoded version from flake
This commit is contained in:
parent
df85f4bd08
commit
d51fd52a24
|
@ -9,7 +9,7 @@
|
|||
overlays = [ ];
|
||||
pkgs = import nixpkgs { inherit system overlays; };
|
||||
in {
|
||||
packages.outfly = pkgs.callPackage ./build.nix { version = "0.7.0"; };
|
||||
packages.outfly = pkgs.callPackage ./build.nix {};
|
||||
packages.default = self.packages.${system}.outfly;
|
||||
|
||||
apps.outfly = {
|
||||
|
|
Loading…
Reference in a new issue