Loading pkgs/tools/filesystems/stratis-cli/default.nix +3 −0 Original line number Diff line number Diff line { lib , python3Packages , fetchFromGitHub , nixosTests }: python3Packages.buildPythonApplication rec { Loading @@ -24,6 +25,8 @@ python3Packages.buildPythonApplication rec { packaging ]; passthru.tests = nixosTests.stratis; meta = with lib; { description = "CLI for the Stratis project"; homepage = "https://stratis-storage.github.io"; Loading pkgs/tools/filesystems/stratisd/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ , tpm2-tools , coreutils , clevisSupport ? false , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -95,6 +96,8 @@ stdenv.mkDerivation rec { rm -r "$out/lib/systemd/system-generators" ''; passthru.tests = nixosTests.stratis; meta = with lib; { description = "Easy to use local storage management for Linux"; homepage = "https://stratis-storage.github.io"; Loading Loading
pkgs/tools/filesystems/stratis-cli/default.nix +3 −0 Original line number Diff line number Diff line { lib , python3Packages , fetchFromGitHub , nixosTests }: python3Packages.buildPythonApplication rec { Loading @@ -24,6 +25,8 @@ python3Packages.buildPythonApplication rec { packaging ]; passthru.tests = nixosTests.stratis; meta = with lib; { description = "CLI for the Stratis project"; homepage = "https://stratis-storage.github.io"; Loading
pkgs/tools/filesystems/stratisd/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ , tpm2-tools , coreutils , clevisSupport ? false , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -95,6 +96,8 @@ stdenv.mkDerivation rec { rm -r "$out/lib/systemd/system-generators" ''; passthru.tests = nixosTests.stratis; meta = with lib; { description = "Easy to use local storage management for Linux"; homepage = "https://stratis-storage.github.io"; Loading