1
0

Refactor, add NixStorePath class

This commit is contained in:
2023-03-25 13:42:58 +01:00
parent 0c468b4953
commit f3ea6ee9d5
4 changed files with 59 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
in {
nixos-exporter = pkgs.rustPlatform.buildRustPackage rec {
pname = "nixos-exporter";
version = "0.3.0";
version = "0.4.0";
src = ./.;