Skip to content

Commit

Permalink
bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Nov 12, 2023
1 parent 375bbab commit c087a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems (system: function nixpkgs.legacyPackages.${system});
pname = "compose2nix";
owner = "aksiksi";
version = "0.1.0";
version = "0.1.1";
in {
# Nix package
packages = forAllSystems (pkgs: {
Expand Down

0 comments on commit c087a8f

Please sign in to comment.