Skip to content

Commit

Permalink
nix: removed version, we weren't keeping it up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m authored and marnovandermaas committed Oct 17, 2024
1 parent 5b985d4 commit 813f291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
mdutils,
}: let
system_outputs = system: let
version = "0.0.1";

pkgs = import nixpkgs {inherit system;};
lrPkgs = lowrisc-nix.outputs.packages.${system};
mdutilsPkgs = mdutils.outputs.packages.${system};
Expand Down Expand Up @@ -63,7 +61,7 @@
};

sonata-software-documentation = lrDoc.buildMdbookSite {
inherit version;
version = "";
pname = "sonata-software-documentation";
src = fileset.toSource {
root = ./.;
Expand Down

0 comments on commit 813f291

Please sign in to comment.