Unverified Commit 3b909aed authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/oci-containers: remove absolute path literals (#513210)

parents ae8bb43d 32981c7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,8 +132,8 @@ let
          default = [ ];
          description = "Environment files for this container.";
          example = [
            /path/to/.env
            /path/to/.env.secret
            "/path/to/.env"
            "/path/to/.env.secret"
          ];
        };